﻿body {
    font-family: "Segoe UI", Tahoma, "Microsoft Sans Serif", sans-serif;
    font-size: 13px
}

body {
    color: #444
}

body {
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat
}

#s4-workspace {
    overflow: auto;
    position: relative
}

#s4-bodyContainer {
    padding-bottom: 35px
}

h1,
h2,
h3 {
    margin: auto;
    font-weight: 400
}

h1 {
    font-family: "Segoe UI", Tahoma, "Microsoft Sans Serif", sans-serif;
    font-size: 2.3em;
    color: #777;
    font-weight: 200
}

h2,
h3 {
    font-family: "Segoe UI", Tahoma, "Microsoft Sans Serif", sans-serif;
    color: #262626;
    font-weight: 300
}

h2 {
    font-size: 1.46em
}

h3 {
    font-size: 1.15em
}

img {
    border: none;
    -webkit-tap-highlight-color: transparent
}

iframe {
    border: none
}

input,
label {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    vertical-align: middle
}

    input[type=password],
    input[type=text] {
        border: 1px solid #ababab;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .85);
        color: #444
    }

    input[type=password],
    input[type=text] {
        padding: 2px 5px
    }

    input[type=button],
    input[type=submit] {
        min-width: 6em;
        padding: 7px 10px;
        border: 1px solid #ababab;
        background-color: #fdfdfd;
        background-color: #fdfdfd;
        margin-right: 10px;
        font-family: "Segoe UI", Tahoma, "Microsoft Sans Serif", sans-serif;
        font-size: 11px;
        color: #444
    }

    input[type=password]:focus,
    input[type=text]:focus {
        border-color: #2a8dd4
    }

    input[type=password]:hover,
    input[type=text]:hover {
        border-color: #92c0e0
    }

    input[type=button]:hover,
    input[type=submit]:hover {
        border-color: #92c0e0;
        background-color: #e6f2fa;
        background-color: #e6f2fa
    }

    input[type=button]:active,
    input[type=submit]:active {
        border-color: #2a8dd4;
        background-color: #92b7d1;
        background-color: #92c0e0
    }

a:visited {
    color: #639;
    text-decoration: none
}

a:active,
a:hover {
    text-decoration: underline
}

a:active {
    color: #004d85
}

a {
    color: #0072c6;
    text-decoration: none
}

    a:active.ms-acc-button,
    a:focus.ms-acc-button {
        position: absolute;
        top: 2px;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
        padding: 2px 4px;
        z-index: 12;
        height: auto;
        width: auto
    }

img[src*=favicon] {
    width: 16px;
    height: 16px
}

.ms-hide {
    display: none
}

.ms-accessible {
    position: absolute;
    top: -2000px;
    overflow: hidden;
    height: 1px;
    width: 1px;
    display: block
}

.ms-clear {
    clear: both
}

.ms-fullWidth {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%
}

.ms-webpartzone-cell {
    margin: auto auto 20px
}

.s4-wpcell-plain {
    vertical-align: top
}

.ms-webpart-zone {
    display: table
}

.ms-webpart-chrome-fullWidth {
    min-width: 100%
}

.ms-webpart-chrome {
    border-spacing: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.ms-webpart-chrome-vertical {
    display: table-row
}

.ms-webpart-cell-vertical {
    display: table
}

.inner-wrapper {
    min-height: 300px
}

@-webkit-keyframes entering-bottom {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -65%);
        transform: translate(-50%, -65%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@keyframes entering-bottom {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -65%);
        transform: translate(-50%, -65%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@-webkit-keyframes entering-bg-semi {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@keyframes entering-bg-semi {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

body {
    line-height: 1.3em;
    background: #fff;
    font: 13px HelveticaNeue-Roman !important;
    color: #000
}

.OverflowHiddImp {
    overflow: hidden !important
}

#OrangeContainer {
    overflow: hidden
}

@media screen and (max-width:960px) {

    footer,
    header {
        width: 965px
    }

    #OrangeContainer {
        width: 965px;
        padding-left: 5px;
        box-sizing: border-box
    }
}

.ms-WPBorderBorderOnly {
    border: none
}

.ms-cui-menu,
.ms-dlgContent {
    z-index: 5000 !important
}

.OrangeContMarg {
    margin: 15px 0;
    min-height: 463px
}

.DirRtl {
    direction: rtl
}

.DirLtr {
    direction: ltr
}

.OrangeCoBlackBG {
    color: #f16e00 !important
}

.OrangeNoHeader h1 {
    font: 4.28em HelveticaNeue-Bold !important;
    color: #000
}

.OrangeNoHeader p {
    color: #000;
    margin-bottom: 15px;
    font: 1.07em HelveticaNeue-Roman;
    line-height: 1.2 !important
}

    .OrangeNoHeader p a {
        color: #000
    }

        .OrangeNoHeader p a:hover {
            color: #ff7900;
            text-decoration: underline
        }

.VAlign {
    vertical-align: middle
}

.VAlignBottom {
    vertical-align: bottom
}

.MargT15 {
    margin-top: 15px
}

.PaddTop20 {
    padding-top: 10px
}

#s4-bodyContainer {
    padding-bottom: 0
}

#pageStatusBar {
    margin-bottom: 0 !important
}

object[style="visibility: hidden;"] {
    display: none !important
}

.breadcrumbRootNode {
    display: none
}

#BreadCrumb span span:nth-child(2) {
    display: none
}

body {
    overflow: auto !important
}

.ms-dialog h3 {
    margin-top: 0
}

.ms-dialog #MainContent {
    width: auto;
    min-height: 10px
}

.ms-dialog #MasterRightColumn {
    width: 99.9%;
    padding-bottom: 0
}

.ms-dialog body #s4-workspace {
    overflow-y: visible !important
}

#MSOTlPn_MainTD {
    position: absolute;
    width: 0 !important
}

#MSOTlPn_Tbl {
    position: fixed;
    right: 20px;
    z-index: 5000;
    top: 194px;
    width: 295px !important
}

#MSOTlPn_Parts .ms-ToolPaneBody {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important
}

#MSOTlPn_Tbl .ms-TPBorder {
    width: 100%
}

#MSOTlPn_Parts .ms-ToolPaneBody .UserSectionBody {
    overflow-x: auto;
    width: 265px
}

    #MSOTlPn_Parts .ms-ToolPaneBody .UserSectionBody input[type=text],
    #MSOTlPn_Parts .ms-ToolPaneBody .UserSectionBody select {
        width: 230px !important
    }

#sideNavBox {
    margin-left: 0;
    width: 100%
}

.ms-core-sideNavBox-removeLeftMargin {
    margin-left: 0
}

.ms-webpartzone-cell {
    margin: auto
}

.ms-core-menu-box {
    z-index: 6000 !important
}

.EnterOtherTabsImp {
    display: none !important
}

@font-face {
    font-family: HelveticaNeue-Light;
    src: url('/style library/fonts/helveticaarabic/HelveticaNeueW20-45Light.eot');
    src: url('/style library/fonts/helveticaarabic/HelveticaNeueW20-45Light.eot?#iefix') format('embedded-opentype'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-45Light.woff') format('woff'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-45Light.woff2') format('woff2'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-45Light.ttf') format('truetype'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-45Light.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Roman;
    src: url('/style library/fonts/helveticaarabic/HelveticaNeueW20-55Roman.eot');
    src: url('/style library/fonts/helveticaarabic/HelveticaNeueW20-55Roman.eot?#iefix') format('embedded-opentype'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-55Roman.woff') format('woff'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-55Roman.woff2') format('woff2'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-55Roman.ttf') format('truetype'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-55Roman.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url('/style library/fonts/helveticaarabic/HelveticaNeueW20-75Bold.eot');
    src: url('/style library/fonts/helveticaarabic/HelveticaNeueW20-75Bold.eot?#iefix') format('embedded-opentype'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-75Bold.woff') format('woff'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-75Bold.woff2') format('woff2'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-75Bold.ttf') format('truetype'), url('/style library/fonts/helveticaarabic/HelveticaNeueW20-75Bold.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url('/style library/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('/style library/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/style library/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/style library/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/style library/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/style library/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-times:before {
    content: "\f00d"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-gears:before {
    content: "\f085"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-edit:before {
    content: "\f044"
}

@font-face {
    font-family: shape;
    src: url('/style library/fonts/shape.eot?2384586');
    src: url('/style library/fonts/shape.eot?2384586#iefix') format('embedded-opentype'), url('/style library/fonts/shape.woff?2384586') format('woff'), url('/style library/fonts/shape.ttf?2384586') format('truetype'), url('/style library/fonts/shape.svg?2384586#shapes_prueba') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: securityShape;
    src: url('/style library/fonts/icomoon.eot?9s7niu');
    src: url('/style library/fonts/icomoon.eot?9s7niu#iefix') format('embedded-opentype'), url('/style library/fonts/icomoon.woff?9s7niu') format('woff'), url('/style library/fonts/icomoon.ttf?9s7niu') format('truetype'), url('/style library/fonts/icomoon.svg?9s7niu#icomoon') format('svg');
    font-weight: 400;
    font-style: normal
}

.ShapeCare:before {
    content: '\e800'
}

.ShapeFamily:before {
    content: '\e801'
}

.ShapeFun:before {
    content: '\e802'
}

.ShapeHome:before {
    content: '\e803'
}

.ShapeMoney:before {
    content: '\e804'
}

.ShapeMove:before {
    content: '\e805'
}

.ShapeTariff:before {
    content: '\e806'
}

.ShapeTech:before {
    content: '\e807'
}

.ShapeWellbeing:before {
    content: '\e808'
}

.ShapeWork:before {
    content: '\e809'
}

.ShapeSecurity:before {
    content: '\e901'
}

.ShapeConnectivity:before {
    content: '\e902'
}

.ShapeMyclients:before {
    content: '\e904'
}

.ShapePerformance:before {
    content: '\e906'
}

.ShapeTeamwork:before {
    content: '\e908'
}

.ShapeCarePopout:before {
    content: '\e80a'
}

.ShapefamilyPopout:before {
    content: '\e80b'
}

.ShapeFunPopout:before {
    content: '\e80c'
}

.ShapeHomePopout:before {
    content: '\e80d'
}

.ShapeMoneyPopout:before {
    content: '\e80e'
}

.ShapeMovePopout:before {
    content: '\e80f'
}

.ShapeTariffPopout:before {
    content: '\e810'
}

.ShapeTechPopout:before {
    content: '\e811'
}

.ShapeWellbeingPopout:before {
    content: '\e812'
}

.ShapeWorkPopout:before {
    content: '\e813'
}

.ShapeSecurityPopout:before {
    content: '\e900'
}

.ShapeConnectivityPopout:before {
    content: '\e903'
}

.ShapeMyclientsPopout:before {
    content: '\e905'
}

.ShapePerformancePopout:before {
    content: '\e907'
}

.ShapeTeamworkPopout:before {
    content: '\e909'
}

.purchaseLinePlan:before {
    content: "\e90a"
}

.purchaseLineConfirm:before {
    content: "\e916"
}

.icon-InclisiveMBs:before {
    content: "\e92b";
    color: #fff
}

.icon-Router:before {
    content: "\e92d";
    color: #fff
}

.icon-SpecialTime:before {
    content: "\e92e";
    color: #fff
}

.icon-AllDay:before {
    content: "\e92f";
    color: #fff
}

.icon-IconPrice:before {
    content: "\e923";
    color: #fff
}

.securityShape.icon-IconPrice:before {
    position: static;
    font-size: 2rem;
    color: #fff
}

.icon-IconChannels:before {
    content: "\e922";
    color: #fff
}

.icon-IconSubType:before {
    content: "\e924";
    color: #fff
}

.icon-IconPrice:before {
    content: "\e923";
    color: #fff
}

.icon-PayBills .path1:before {
    content: "\ea05";
    color: #ffd200;
    font-size: 5rem;
    font-family: securityShape
}

.icon-PayBills .path2:before {
    content: "\ea06";
    color: #fff6b6;
    margin-left: -.8203125em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-PayBills .path3:before {
    content: "\ea07";
    color: #fff6b6;
    margin-left: -.8203125em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-PayBills .path4:before {
    content: "\ea08";
    color: #fff6b6;
    margin-left: -.8203125em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-PayBills .path5:before {
    content: "\ea09";
    color: #fff6b6;
    margin-left: -.8203125em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-edit-icon:before {
    content: "\e935"
}

.icon-trash-icon:before {
    content: "\e945"
}

.icon-Edit-01:before {
    content: "\e967"
}

@font-face {
    font-family: orangeTariffPlans;
    src: url(../fonts/orangeTariffPlans/orange_tariff_plans.eot);
    src: url(../fonts/orangeTariffPlans/orange_tariff_plans.eot?#iefix) format('embedded-opentype'), url(../fonts/orangeTariffPlans/orange_tariff_plans.woff) format('woff'), url(../fonts/orangeTariffPlans/orange_tariff_plans.ttf) format('truetype'), url(../fonts/orangeTariffPlans/orange_tariff_plans.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" orangeTariffPlan"],
[class*=icon-eagle-],
[class^=icon-eagle-],
[class^=orangeTariffPlan] {
    font-family: orangeTariffPlans !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.orangeTariffPlanDolphin:before {
    content: "\e900"
}

.orangeTariffPlanEagle:before {
    content: "\e901"
}

.orangeTariffPlanFox:before {
    content: "\e902"
}

.orangeTariffPlanPanther:before {
    content: "\e903"
}

.orangeTariffPlanYouth:before {
    content: "\e904"
}

.orangeTariffPlanDragon:before {
    content: "\e905"
}

.icon-eagle-voucher:before {
    content: "\e906";
    font-size: 3rem
}

.icon-eagle-sms:before {
    content: "\e907";
    font-size: 2rem
}

.icon-eagle-minutes:before {
    content: "\e908";
    font-size: 2rem
}

.icon-eagle-internet:before {
    content: "\e909";
    font-size: 3.5rem
}

.icon-eagle-egp:before {
    content: "\e90a"
}

.icon-eagle-internet-2:before {
    content: "\e90b";
    font-size: 3.5rem
}

.icon-eagle-roaming:before {
    content: "\e90c";
    font-size: 3.5rem
}

.icon-eagle-call:before {
    content: "\e90d";
    font-size: 3.5rem
}

.icon-eagle-units:before {
    content: "\e90e";
    font-size: 3.5rem
}

.icon-eagle-carryover:before {
    content: "\e90f";
    font-size: 3.5rem
}

.icon-eagle-router:before {
    content: "\e90d";
    font-size: 2.6rem
}

.tariffPlanIcon {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    position: relative;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    color: #000
}

    .tariffPlanIcon:before {
        content: '';
        width: 0;
        height: 0;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        border-top: 40px solid #000;
        position: absolute;
        top: 70%;
        left: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        z-index: 0
    }

    .tariffPlanIcon.tariffPlanIconEagle {
        background: #a885d8
    }

    .tariffPlanIcon.tariffPlanIconDragon,
    .tariffPlanIcon.tariffPlanIconPanther {
        background: #ff7900
    }

    .tariffPlanIcon.tariffPlanIconFox {
        background: #ffd200
    }

    .tariffPlanIcon.tariffPlanIconDolphin {
        background: #4bb4e6
    }

    .tariffPlanIcon.tariffPlanIconYouth {
        background: #50be87
    }

    .tariffPlanIcon.tariffPlanIconEagle:before {
        border-top-color: #a885d8
    }

    .tariffPlanIcon.tariffPlanIconDragon:before,
    .tariffPlanIcon.tariffPlanIconPanther:before {
        border-top-color: #ff7900
    }

    .tariffPlanIcon.tariffPlanIconFox:before {
        border-top-color: #ffd200
    }

    .tariffPlanIcon.tariffPlanIconDolphin:before {
        border-top-color: #4bb4e6
    }

    .tariffPlanIcon.tariffPlanIconYouth:before {
        border-top-color: #50be87
    }

    .tariffPlanIcon i {
        font-size: 3em;
        position: relative;
        z-index: 10;
        margin-bottom: 5px;
        display: block
    }

    .tariffPlanIcon h2 {
        color: #000 !important;
        position: relative;
        z-index: 10;
        font: 1.5em HelveticaNeue-Bold;
        line-height: 1em !important
    }

.row_carrousel .Shape,
.row_carrousel .securityShape {
    position: absolute;
    margin: 0;
    padding: 0;
    float: left;
    width: 198px;
    height: 198px;
    top: 60px
}

    .row_carrousel .Shape:before,
    .row_carrousel .securityShape:before {
        font-size: 198px;
        line-height: .95em
    }

.row_carrousel .GreenShape {
    color: #fff
}

    .row_carrousel .GreenShape:before {
        background: #50be87
    }

.row_carrousel .Shape a,
.row_carrousel .Shape div,
.row_carrousel .securityShape a,
.row_carrousel .securityShape div {
    font-size: 21px;
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000;
    padding: 0 20%;
    position: relative;
    text-decoration: none;
    width: 198px;
    height: 198px;
    top: -9px
}

.DiscoverMoreShape:nth-of-type(4n) .Shape,
.DiscoverMoreShape:nth-of-type(4n) .securityShape,
ul.subMegaMenu .GeneralRow:nth-of-type(4n) .Shape,
ul.subMegaMenu .GeneralRow:nth-of-type(4n) .securityShape {
    margin-right: 0
}

.GeneralRow .Shape,
.GeneralRow .securityShape {
    position: relative;
    margin-right: 1vw;
    margin-bottom: 1vw;
    padding: 0;
    float: left;
    width: 222px;
    height: 222px
}

    .GeneralRow .Shape:before,
    .GeneralRow .securityShape:before {
        font-size: 220px
    }

    .GeneralRow .Shape a,
    .GeneralRow .Shape a:visited,
    .GeneralRow .securityShape a,
    .GeneralRow .securityShape a:visited {
        display: table-cell;
        line-height: 1.2em;
        padding: 0 18%;
        font-size: 1.7em;
        vertical-align: middle;
        color: #000;
        text-align: center;
        position: relative;
        text-decoration: none
    }

.ShapeMove a {
    padding: 0 18% 17%
}

.ShapeMoney a {
    padding: 0 21% 0 11% !important
}

.ShapeInsideMenu .GeneralRow .Shape a,
.ShapeInsideMenu .GeneralRow .securityShape a {
    font-size: 1.5em
}

#HP-FunBundle .FunBundle .Shape,
#HP-FunBundle .FunBundle .securityShape {
    margin: 0
}

    #HP-FunBundle .FunBundle .Shape:before,
    #HP-FunBundle .FunBundle .securityShape:before {
        font-size: 220px
    }

#HP-FunBundle .FunBundle .CyanShape a,
#HP-FunBundle .FunBundle .GreenShape a,
#HP-FunBundle .FunBundle .OrangeShape a,
#HP-FunBundle .FunBundle .VioletShape a,
#HP-FunBundle .FunBundle .YellowShape a {
    font-size: 1.28em
}

#HP-FunBundle .FunbundleCat {
    width: 24.5%
}

#HP-FunBundle .FunBundle .FunbundleCat:not(:first-child) {
    position: relative;
    left: 5%
}

#HP-FunBundle .FunCatText {
    margin-left: 28px;
    width: 81%;
    display: inline-block
}

    #HP-FunBundle .FunCatText p {
        font-weight: 700;
        height: 5vw
    }

.DiscoverMoreShape {
    float: left;
    width: 25%
}

    .DiscoverMoreShape .GeneralRow .Shape,
    .DiscoverMoreShape .GeneralRow .securityShape {
        width: 94%;
        margin-bottom: 7%
    }

.GeneralRow .CyanShape,
.GeneralRow .GreenShape,
.GeneralRow .OrangeShape,
.GeneralRow .VioletShape,
.GeneralRow .YellowShape {
    color: #fff
}

    .GeneralRow .GreenShape:before {
        color: #50be87
    }

    .GeneralRow .CyanShape:before {
        color: #4bb4e6
    }

    .GeneralRow .VioletShape:before {
        color: #a885d8
    }

    .GeneralRow .YellowShape:before {
        color: #ffd200
    }

.Font18 {
    font-size: 18px !important
}

.Shape,
.securityShape {
    font: 13px HelveticaNeue-Bold !important;
    color: #000;
    text-align: left;
    float: left;
    position: relative;
    display: table
}

    .Shape:before {
        font-family: shape;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        top: 0;
        left: 0;
        color: #ff7900;
        line-height: 1.03em
    }

    .securityShape:before {
        font-family: securityShape;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        top: 0;
        left: 0;
        color: #ff7900;
        line-height: 1.03em
    }

.WhiteBtn,
.WhiteBtn.Disabled,
.WhiteBtn.Disabled:active,
.WhiteBtn.Disabled:disabled,
.WhiteBtn.Disabled:hover {
    background-color: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    padding: 2px 16px 5px !important;
    font: 1.05em HelveticaNeue-Bold !important;
    cursor: pointer;
    -webkit-appearance: none
}

    .WhiteBtn:hover {
        background: #000 !important;
        color: #fff !important;
        transition: color .5s ease;
        text-decoration: none;
        -webkit-appearance: none
    }

    .WhiteBtn:active {
        background: #f16e00 !important;
        color: #fff !important;
        border: 2px solid #f16e00 !important;
        text-decoration: none;
        -webkit-appearance: none
    }

.FormRowButton.buttonsWrp a.WhiteBtn {
    padding: 1px 16px 5px !important;
    font: 1.1em HelveticaNeue-Bold !important
}

.BlackBtn,
.BlackBtn.Disabled,
.BlackBtn.Disabled:active,
.BlackBtn.Disabled:disabled,
.BlackBtn.Disabled:hover {
    background: 0 0 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    padding: 1px 16px 5px !important;
    font: 1.1em HelveticaNeue-Bold !important;
    cursor: pointer;
    -webkit-appearance: none
}

    .BlackBtn:hover {
        background: #fff !important;
        color: #000 !important;
        transition: color .5s ease;
        text-decoration: none;
        -webkit-appearance: none
    }

    .BlackBtn:active {
        background: #f16e00 !important;
        color: #fff !important;
        border: 2px solid #f16e00 !important;
        text-decoration: none;
        -webkit-appearance: none
    }

.OrangeBtn,
.OrangeBtn.Disabled,
.OrangeBtn.Disabled:active,
.OrangeBtn.Disabled:disabled,
.OrangeBtn.Disabled:hover,
.OrangeBtn[type=submit]:disabled {
    background: #f16e00 !important;
    color: #fff !important;
    border: 2px solid #f16e00 !important;
    padding: 1px 16px 5px !important;
    font: 1.1em HelveticaNeue-Bold !important;
    -webkit-appearance: none
}

.OrangeBtn {
    cursor: pointer
}

    .OrangeBtn.Disabled,
    .OrangeBtn.Disabled:active,
    .OrangeBtn.Disabled:disabled,
    .OrangeBtn.Disabled:hover,
    .OrangeBtn.DisabledBtn:disabled,
    .OrangeBtn[type=submit]:disabled {
        cursor: default !important
    }

    .OrangeBtn:hover {
        background: #c15800 !important;
        border: 2px solid #c15800 !important;
        transition: color .5s ease;
        text-decoration: none;
        -webkit-appearance: none
    }

    .OrangeBtn:active {
        background: #914200 !important;
        border: 2px solid #914200 !important;
        text-decoration: none;
        -webkit-appearance: none
    }

.BlackBtnWhite,
.BlackBtnWhite.Disabled,
.BlackBtnWhite.Disabled:active,
.BlackBtnWhite.Disabled:disabled,
.BlackBtnWhite.Disabled:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    padding: 1px 16px 5px !important;
    font: 1.1em HelveticaNeue-Bold !important;
    cursor: pointer;
    -webkit-appearance: none
}

    .BlackBtnWhite:hover {
        background: #4d4d4d !important;
        color: #fff !important;
        border: 2px solid #4d4d4d !important;
        transition: color .5s ease;
        text-decoration: none;
        -webkit-appearance: none
    }

    .BlackBtnWhite:active {
        background: #f16e00 !important;
        color: #fff !important;
        border: 2px solid #f16e00 !important;
        text-decoration: none;
        -webkit-appearance: none
    }

.BlackBtn,
.BlackBtnWhite,
.OrangeBtn,
.WhiteBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none
}

    .BlackBtn:active,
    .BlackBtnWhite:active,
    .OrangeBtn:active,
    .WhiteBtn:active {
        -webkit-tap-highlight-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

.MargT60-HP {
    margin-top: 7px
}

a.BlackBtn,
a.OrangeBtn,
a.WhiteBtn {
    white-space: nowrap
}

.BlackBtn.Disabled,
.BlackBtn.Disabled:active,
.BlackBtn.Disabled:disabled,
.BlackBtn.Disabled:hover,
.BlackBtnWhite.Disabled,
.BlackBtnWhite.Disabled:active,
.BlackBtnWhite.Disabled:disabled,
.BlackBtnWhite.Disabled:hover,
.OrangeBtn.Disabled,
.OrangeBtn.Disabled:active,
.OrangeBtn.Disabled:disabled,
.OrangeBtn.Disabled:hover,
.OrangeBtn.DisabledBtn:disabled,
.WhiteBtn.Disabled,
.WhiteBtn.Disabled:active,
.WhiteBtn.Disabled:disabled,
.WhiteBtn.Disabled:hover {
    opacity: .3;
    cursor: default;
    text-decoration: none;
    text-shadow: none
}

.buttonsWrp [class*=Btn] {
    display: inline-block
}

    .buttonsWrp [class*=Btn]:nth-last-of-type(1n+2) {
        margin-right: 5px
    }

.JssorSlider .SLoading {
    position: absolute;
    top: 0;
    left: 0
}

    .JssorSlider .SLoading .LoadingBG {
        opacity: .7;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .JssorSlider .SLoading .LoadingImg {
        position: absolute;
        display: block;
        background: url('/Style Library/MobinilImages/loading.gif') no-repeat center center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.JssorSlider .Slides .ImgCaption {
    position: absolute;
    right: 320px;
    top: 10px
}

    .JssorSlider .Slides .ImgCaption img {
        position: absolute;
        top: 0;
        left: 0
    }

.JssorSlider.JSContainer {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 1200px;
    height: 500px;
    overflow: hidden
}

.JssorSlider .Slides {
    cursor: default;
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 500px;
    overflow: hidden
}

.JssorSlider .BannerTitle {
    position: absolute;
    width: 480px;
    height: 120px;
    top: 30px;
    left: 30px;
    padding: 5px;
    text-align: left;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 50px;
    color: #fff
}

.JssorSlider .BannerContent {
    position: relative
}

    .JssorSlider .BannerContent,
    .JssorSlider .BannerContent > div,
    .JssorSlider .BannerContent > div > a {
        height: 100%
    }

        .JssorSlider .BannerContent > div > a {
            display: block
        }

.JssorSlider .BannerDescText {
    font: 1.24em HelveticaNeue-Bold;
    line-height: 1.2em;
    color: #000;
    position: absolute;
    width: 18%;
    top: 268px;
    padding: 5px;
    text-align: left
}

.JssorSlider .BannerImg {
    top: 0 !important
}

.JssorSlider .fa-angle-left,
.JssorSlider .fa-angle-right {
    display: block;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    font-size: 60px;
    top: 50%
}

.JssorSlider .fa-angle-right {
    right: 10%
}

    .JssorSlider .fa-angle-right:hover {
        color: #ff7900
    }

.JssorSlider .fa-angle-left {
    left: 10%
}

    .JssorSlider .fa-angle-left:hover {
        color: #ff7900
    }

.SliderBullets {
    position: absolute;
    bottom: 26px
}

    .SliderBullets .av,
    .SliderBullets div,
    .SliderBullets div:hover {
        position: absolute;
        width: 12px;
        height: 12px;
        text-align: center;
        overflow: hidden;
        cursor: pointer
    }

    .SliderBullets div {
        background: #fff;
        border-radius: 10px
    }

        .SliderBullets .av:hover,
        .SliderBullets div:hover {
            background: #ff7900;
            border-radius: 10px
        }

    .SliderBullets .av {
        background: #ff7900;
        border-radius: 10px
    }

    .SliderBullets .dn,
    .SliderBullets .dn:hover {
        position: absolute;
        width: 10px;
        height: 9px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        background: #fff;
        border-radius: 10px;
        border: 2px #ff7900 Solid
    }

.lightNav {
    color: #fff
}

.mobileHP-MainTabs,
.mobileLangDiv {
    display: none
}

#HP-MainTabs {
    background: #000;
    min-height: 40px;
    border-bottom: 1px #606060 solid
}

    #HP-MainTabs .ActiveTab a,
    #HP-MainTabs .ActiveTab a:visited {
        font: 1.2em HelveticaNeue-Bold;
        color: #f16e00 !important;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px 0 0;
        float: left
    }

        #HP-MainTabs .ActiveTab a:hover {
            text-decoration: none
        }

    #HP-MainTabs .NonActiveTab a,
    #HP-MainTabs .NonActiveTab a:visited {
        font: 1.1em HelveticaNeue-Bold;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 9px 20px 0 0;
        float: left
    }

    #HP-MainTabs .HeaderLinks a,
    #HP-MainTabs .HeaderLinks a:visited {
        font: 1.1em HelveticaNeue-Bold;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 5px 30px 0 0;
        float: left
    }

        #HP-MainTabs .HeaderLinks a:hover,
        #HP-MainTabs .NonActiveTab a:hover {
            text-decoration: none;
            color: #f16e00
        }

.FindStoreTxt,
.MyAccountSignInTxt,
.ShoppingCartTxt {
    float: left;
    padding-top: 4px
}

#HP-MainTabs .ActiveCurrentLang {
    font: 1.2em HelveticaNeue-Bold;
    color: #f16e00 !important;
    display: inline-block;
    padding-top: 8px
}

#HP-MainTabs .HeaderLinks .OtherLang a {
    padding-right: 12px !important;
    font: 1.2em HelveticaNeue-Bold;
    line-height: 1.2em;
    padding-top: 10px
}

#HP-MainTabs .ShopCartIc,
.ShopCartIc {
    background: url(/Style%20Library/OrangeImages/HP-Icons.png) 110px -4px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-left: 10px;
    float: left
}

#HP-MainTabs .FindStoreIc-small,
.FindStoreIc-small {
    background: url('/Style Library/OrangeImages/HP-Icons.png') -43px -4px;
    width: 20px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    float: left;
    margin-right: 10px
}

#HP-MainTabs .SignInDefIc,
.SignInDefIc {
    background: url('/Style Library/OrangeImages/Avatar.jpg') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    float: left
}

#HP-MainTabs .HeaderLinks {
    position: relative
}

#HP-MainTabs .authLinkClicked:before {
    content: '';
    display: block;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-top: 0 solid transparent;
    margin-top: 27px;
    position: absolute;
    z-index: 10000;
    right: 0;
    margin-right: 50px
}

#HP-MainTabs .authSignOutWrapper {
    min-width: 150px;
    background-color: #ccc;
    z-index: 11000;
    position: absolute;
    top: 41px;
    right: 23px;
    padding-bottom: 9px
}

#HP-MainTabs .authLink {
    padding: 6px 20px 0 0 !important
}

#HP-MainTabs .MyAccountFbImg {
    margin-right: 15px;
    margin-top: 7px;
    width: 35px;
    cursor: pointer
}

#HP-MainTabs .authSignOutWrapper .authUsername {
    font: 700 1.08em HelveticaNeue-Roman !important;
    line-height: 1.3em;
    margin-left: 9px;
    margin-bottom: 3px;
    display: block !important;
    color: #000 !important
}

#HP-MainTabs .authSignOutWrapper .authEmail {
    color: #000;
    margin-left: 9px;
    line-height: 1em;
    display: block
}

#HP-MainTabs .authSignOutWrapper a.myAccountLink,
#HP-MainTabs .authSignOutWrapper a.myAccountLink:visited {
    color: #000;
    padding: 0;
    text-decoration: underline;
    text-align: center;
    width: 100%
}

    #HP-MainTabs .authSignOutWrapper a.myAccountLink:hover {
        color: #ff7900;
        text-decoration: underline
    }

#HP-MainTabs .authSignOutWrapper .WhiteBtn {
    width: 70%;
    display: block !important;
    text-align: center;
    margin-top: 7px;
    margin: 0 auto;
    float: none !important;
    clear: both
}

.HpOrangeSearch {
    position: absolute;
    right: 0
}

    .HpOrangeSearch .fa-search {
        color: #eee;
        font-size: 26px;
        cursor: pointer;
        margin-top: 35px;
        display: inline-block
    }

    .HpOrangeSearch div {
        color: #eee;
        font: normal normal normal 26px/1 FontAwesome;
        cursor: pointer;
        margin-top: 40px;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased
    }

.searchIconClicked {
    color: #f16e00 !important
}

.searchWrapper {
    position: absolute;
    width: 100%;
    background: #000;
    left: 0;
    right: 0;
    height: 115px;
    top: 80px;
    box-sizing: border-box;
    padding: 20px;
    z-index: 500
}

    .searchWrapper .Container {
        height: 76px;
        position: relative
    }

    .searchWrapper .searchTitle {
        color: #fff !important;
        font-size: 1.38em;
        margin-bottom: 15px
    }

    .searchWrapper input[type=text] {
        width: 100%;
        float: left;
        height: 36px;
        background: rgba(255, 255, 255, .2);
        color: #fff;
        box-sizing: border-box
    }

    .searchWrapper input[type=button] {
        cursor: pointer;
        position: absolute;
        right: 0;
        width: 28px;
        height: 28px;
        min-width: 0;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin: 5px;
        background: 0 0;
        color: #fff
    }

    .searchWrapper div[id*=divSearchBox] > div,
    .searchWrapper div[id*=divSearchBox] > div > div {
        width: 100% !important
    }

.cmpl {
    top: 37px !important;
    left: 0 !important;
    right: 0 !important;
    width: calc(100% - 2px) !important
}

#HP-EssentialServ h2,
#HP-FunBundle h2,
#HP-MobiCash h2,
#HP-SmartPhones h2,
.DiscoverTheme h2 {
    font: 2.26em HelveticaNeue-Bold;
    color: #000;
    margin: 0 0 35px;
    line-height: 1em !important
}

#HP-FunBundle {
    background: #fff;
    padding: 30px 0 35px
}

#Theme-FunBundle {
    padding: 40px 0 0 !important
}

    #Theme-FunBundle .FunBundleImg {
        margin: 0 15px 15px 0
    }

        #Theme-FunBundle .FunBundleImg img {
            width: 100%;
            height: auto
        }

    #Theme-FunBundle h3.Funtitle {
        font: 700 1.1em HelveticaNeue-Roman;
        color: #000;
        text-decoration: none
    }

    #Theme-FunBundle .CostMarg {
        margin-left: 17px;
        margin-top: 36px
    }

    #Theme-FunBundle .FunEqual {
        margin: 15px 20px 0;
        font: 1.85em HelveticaNeue-Bold;
        color: #000;
        height: 97px
    }

    #Theme-FunBundle .FunPrice {
        font: 2.88em HelveticaNeue-Bold;
        color: #f16e00;
        display: inline-block;
        padding-right: 10px
    }

    #Theme-FunBundle .FunCost {
        font: 1.85em HelveticaNeue-Bold;
        color: #000
    }

.DiscoverTheme.haveYouTriedWrapper {
    padding: 0
}

.DiscoverTheme.orangeCinemaWrapper .Container {
    top: 40px !important
}

.WhiteBtn.PayForRecharge {
    min-width: 189px;
    display: inline-block !important;
    text-align: center;
    max-width: 189px;
    padding: 1px 16px 5px !important
}

.PayRecahrgeForOthers .Container .ComponentCont .ComponentDetail {
    padding: 0 16px
}

.PayRecahrgeForOthers .Container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .PayRecahrgeForOthers .Container .ComponentCont {
        width: 48.7%;
        padding: 21px 0 16px 0;
        background: #000
    }

        .PayRecahrgeForOthers .Container .ComponentCont.FourG {
            margin-right: 0
        }

        .PayRecahrgeForOthers .Container .ComponentCont h2 {
            color: #fff !important;
            margin: 0 16px
        }

        .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails {
            padding: 0 16px;
            margin-top: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

            .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .securityShape.ComponentIcon {
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                -o-flex: 1 1 auto;
                flex: 1 1 auto
            }

            .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .ComponentIcon img {
                width: 87px
            }

            .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .ComponentDesc {
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                -o-flex: 1 1 auto;
                flex: 1 1 auto
            }

        .PayRecahrgeForOthers .Container .ComponentCont.PayRecharge .ComponentDetails .securityShape.ComponentIcon {
            margin-right: 40px
        }

        .PayRecahrgeForOthers .Container .ComponentCont.FourG .ComponentDetails .securityShape.ComponentIcon {
            margin-right: 19px
        }

        .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .ComponentDesc p {
            color: #fff;
            margin-bottom: 22px;
            font: 1.231em HelveticaNeue-Bold;
            min-height: 66px
        }

        .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .ComponentDesc .BlackBtn {
            font: 1.12em HelveticaNeue-Bold !important;
            padding: 2px 26px 7px !important
        }

        .PayRecahrgeForOthers .Container .ComponentCont.FourG .ComponentDetails .ComponentDesc .BlackBtn {
            width: -webkit-calc(100% /2 - 64px);
            width: calc(100% /2 - 64px);
            text-align: center
        }

        .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .ComponentDesc .BlackBtn:first-child {
            margin-bottom: 24px
        }

        .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .ComponentDesc .buttonsWrapper .BlackBtn {
            margin-right: 10px;
            width: -webkit-calc(100% /2 - 63px);
            width: calc(100% /2 - 63px);
            text-align: center
        }

            .PayRecahrgeForOthers .Container .ComponentCont .ComponentDetails .ComponentDesc .buttonsWrapper .BlackBtn:last-child {
                margin-right: 0
            }

#HP-EssentialServ {
    background: #000;
    padding: 30px 0
}

    #HP-EssentialServ h2 {
        color: #fff !important;
        margin: 0 0 30px
    }

    #HP-EssentialServ .ServiceCont {
        width: 48.7%;
        padding-bottom: 13px;
        background: #fff;
        margin-right: 2.5%;
        float: left
    }

        #HP-EssentialServ .ServiceCont:last-child {
            margin-right: 0
        }

    #HP-EssentialServ .ServiceImg img {
        width: 100%;
        height: 100%;
        display: block
    }

    #HP-EssentialServ .ServiceBrief {
        padding: 7px 24px 5px
    }

    #HP-EssentialServ h3 {
        font: 1.3em HelveticaNeue-Bold;
        color: #333
    }

    #HP-EssentialServ p {
        font: 700 1.08em HelveticaNeue-Roman;
        color: #333;
        margin-bottom: 10px;
        margin-top: 5px;
        -webkit-font-smoothing: antialiased;
        height: 50px
    }

#HP-MobiCash {
    background: #fff;
    padding-top: 30px
}

    #HP-MobiCash h2 {
        margin: 0 0 30px
    }

    #HP-MobiCash .MobiCashCont {
        width: 100%
    }

    #HP-MobiCash .middleComponentWrapper {
        display: inline-block
    }

    #HP-MobiCash .middleComponentInfo {
        width: 37%;
        box-sizing: border-box;
        padding-left: 10px
    }

    #HP-MobiCash .MobiCashRightImg img {
        width: 100%;
        height: 100%
    }

    #HP-MobiCash .MobiCashLeftImg img {
        width: 100%;
        height: auto
    }

    #HP-MobiCash .MobiCashLeftImg .GeneralRow .Shape a,
    #HP-MobiCash .MobiCashLeftImg .GeneralRow .securityShape a {
        z-index: 10
    }

    #HP-MobiCash h3 {
        font: 1.8em HelveticaNeue-Bold;
        color: #000;
        line-height: 1.1em;
        padding-bottom: 15px
    }

    #HP-MobiCash .Shape {
        padding-bottom: 0;
        margin-bottom: 0
    }

    #HP-MobiCash p {
        font: 700 1.08em HelveticaNeue-Light;
        color: #000
    }

#HP-SmartPhones {
    background: #fff;
    padding: 30px 0 0
}

    #HP-SmartPhones h2 {
        margin: 0 0 30px
    }

    #HP-SmartPhones .BestSellingCont {
        float: left;
        width: 19.5%;
        margin-right: 5.5%
    }

        #HP-SmartPhones .BestSellingCont:last-child {
            margin-right: 30px
        }

        #HP-SmartPhones .BestSellingCont .MobileImg {
            width: 55%;
            max-height: 205px
        }

            #HP-SmartPhones .BestSellingCont .MobileImg img {
                width: 100%;
                height: 100%;
                object-fit: contain
            }

    #HP-SmartPhones h3.HP-MobileTitle a,
    #HP-SmartPhones h3.HP-MobileTitle a:visited {
        font: 1.35em HelveticaNeue-Bold;
        text-decoration: none;
        color: #000;
        line-height: 1em;
        margin: 20px 0 10px;
        display: inline-block;
        height: 3.5vw
    }

        #HP-SmartPhones h3.HP-MobileTitle a:hover {
            text-decoration: none;
            color: #ff7900
        }

    #HP-SmartPhones ul {
        list-style: none;
        width: 95%;
        float: right
    }

        #HP-SmartPhones ul li:before {
            font: 4px FontAwesome;
            content: "\f0c8";
            padding-right: 4px;
            display: inline-block;
            margin: 0 0 0 -7px
        }

        #HP-SmartPhones ul li {
            font: 700 1.1em HelveticaNeue-Light;
            line-height: 1.2em;
            color: #000
        }

    #HP-SmartPhones .HP-Rating {
        display: block
    }

    #HP-SmartPhones .ArrowRect {
        height: 30px;
        min-width: 95px;
        margin: 16px 0;
        position: relative;
        display: inline-block
    }

        #HP-SmartPhones .ArrowRect:after {
            content: '';
            display: block;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-right: 15px solid transparent;
            position: absolute;
            right: -32px;
            top: 0
        }

        #HP-SmartPhones .ArrowRect span {
            margin-left: 10px;
            font: 1em HelveticaNeue-Bold;
            color: #000
        }

            #HP-SmartPhones .ArrowRect span:after {
                content: '';
                background: #fff;
                width: 8px;
                height: 8px;
                position: absolute;
                top: 11px;
                right: -2px;
                border-radius: 50%;
                z-index: 10
            }

    #HP-SmartPhones .GreenRec {
        background: #50be87
    }

        #HP-SmartPhones .GreenRec:after {
            border-left: 17px solid #50be87
        }

    #HP-SmartPhones .YellowRec {
        background: #ffd200;
        min-width: 130px
    }

        #HP-SmartPhones .YellowRec:after {
            border-left: 17px solid #ffd200
        }

    #HP-SmartPhones .HP-lblEgp,
    #HP-SmartPhones .HP-lblfirstprice {
        font: 700 1.2em HelveticaNeue-Light;
        color: #000;
        line-height: 1.4em
    }

    #HP-SmartPhones .MargTop-NoProm {
        margin-top: 64px
    }

    #HP-SmartPhones .HP-ShopOldPrice {
        text-decoration: line-through;
        font: 1.1em HelveticaNeue-Bold;
        line-height: 1.4em
    }

    #HP-SmartPhones .HP-ShopNewPrice {
        font: 1.2em HelveticaNeue-Bold;
        color: #f16e00;
        line-height: 1.4em
    }

#HP-Services {
    background: #eee;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px
}

    #HP-Services h2 {
        font: 1.85em HelveticaNeue-Bold;
        color: #000;
        margin: 30px 0 20px;
        display: inline-block
    }

    #HP-Services .PayBill {
        background: url('/Style Library/OrangeImages/HP-IconsVer2.png') 0 -37px;
        width: 34px;
        height: 40px;
        display: inline-block
    }

    #HP-Services .SIM {
        background: url('/Style Library/OrangeImages/HP-IconsVer2.png') -257px -36px;
        width: 34px;
        height: 40px;
        display: inline-block
    }

    #HP-Services .RechargeOnline {
        background: url('/Style Library/OrangeImages/HP-IconsVer2.png') -35px -37px;
        width: 39px;
        height: 39px;
        display: inline-block
    }

    #HP-Services .MyOrange {
        background: url('/Style Library/OrangeImages/HP-IconsVer2.png') -76px -36px;
        width: 34px;
        height: 42px;
        display: inline-block
    }

    #HP-Services .FindStore {
        background: url('/Style Library/OrangeImages/HP-IconsVer2.png') -109px -36px;
        width: 28px;
        height: 41px;
        display: inline-block
    }

    #HP-Services .ServiceLink {
        width: 17.5%;
        margin-right: 15px;
        float: left
    }

    #HP-Services h3 {
        font: 1.14em HelveticaNeue-Bold
    }

        #HP-Services h3 a,
        #HP-Services h3 a:visited {
            font: 1.02em HelveticaNeue-Bold;
            color: #000;
            text-decoration: none;
            display: inline-block;
            white-space: nowrap
        }

            #HP-Services h3 a:hover {
                text-decoration: none;
                color: #ff7900
            }

#Footer {
    background: #000
}

#SocialMedia {
    box-sizing: border-box;
    border-bottom: 1px solid #707070;
    padding: 20px 0
}

    #SocialMedia .FollowusText {
        font: 1em HelveticaNeue-Bold;
        color: #fff;
        padding: 15px 20px 15px 0;
        display: inline-block;
        float: left;
        line-height: 1em
    }

    #SocialMedia a {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 5px;
        float: left;
        border: 2px solid #fff;
        border-radius: 50%;
        line-height: 0;
        transition: 0.3s all;
    }

        #SocialMedia a.FacebookIc:hover {
            border-color: #3b5998;
            background-color: #3b5998
        }

        #SocialMedia a.TwitterIc:hover {
            border-color: #00aced;
            background-color: #00aced;
        }

        #SocialMedia a.LinkedInIc:hover {
            border-color: #007bb6;
            background-color: #007bb6;
        }

        #SocialMedia a.YoutubeIc:hover {
            border-color: #cd201f;
            background-color: #cd201f;
        }


        #SocialMedia a.InstagramIc:hover {
            border-color: #fb324f;
            background-color: #fb324f;
        }

        #SocialMedia a svg {
            width: 100%;
            height: 100%
        }

        #SocialMedia a:active,
        #SocialMedia a:focus {
            outline: 3px solid #ff7900
        }

* #SocialMedia a:focus {
    outline: 3px solid #ff7900
}

#SocialMedia a.GooglePlusIc:hover {
    border-color: #dd4b39
}

#SocialMedia a.DailyMotionIc:hover {
    border-color: #0066dc
}

#SocialMedia a.NewsletterIc:hover {
    border-color: #ff7900
}

#SocialMedia a.PinterestIc:hover {
    border-color: #cb2027
}

/* #SocialMedia a.FacebookIc:hover path {
    fill: #3b5998
} */

/* #SocialMedia a.TwitterIc:hover path {
    fill: #00aced
} */

#SocialMedia a.GooglePlusIc:hover path,
#SocialMedia a.GooglePlusIc:hover polygon {
    fill: #dd4b39
}

/* #SocialMedia a.LinkedInIc:hover path {
    fill: #007bb6
} */

/* #SocialMedia a.YoutubeIc:hover path {
    fill: #cd201f
} */

#SocialMedia a.DailyMotionIc:hover path {
    fill: #0066dc
}

/* #SocialMedia a.InstagramIc:hover path {
    fill: #fb324f
} */

#SocialMedia a.NewsletterIc:hover path {
    fill: #ff7900
}

#SocialMedia a.PinterestIc:hover path {
    fill: #cb2027
}

/* #SocialMedia a.FacebookIc.visited {
    background-color: #3b5998;
    border-color: #3b5998
} */

#SocialMedia a.FacebookIc.visited:hover * {
    fill: #fff
}

/* #SocialMedia a.TwitterIc.visited {
    background-color: #00aced;
    border-color: #00aced
} */

#SocialMedia a.TwitterIc.visited:hover * {
    fill: #fff
}

#SocialMedia a.GooglePlusIc.visited {
    background-color: #dd4b39;
    border-color: #dd4b39
}

    #SocialMedia a.GooglePlusIc.visited:hover * {
        fill: #fff
    }

/* #SocialMedia a.LinkedInIc.visited {
    background-color: #007bb6;
    border-color: #007bb6
} */

#SocialMedia a.LinkedInIc.visited:hover * {
    fill: #fff
}

/* #SocialMedia a.YoutubeIc.visited {
    background-color: #cd201f;
    border-color: #cd201f
} */

#SocialMedia a.YoutubeIc.visited:hover * {
    fill: #fff
}

#SocialMedia a.DailyMotionIc.visited {
    background-color: #0066dc;
    border-color: #0066dc
}

    #SocialMedia a.DailyMotionIc.visited:hover * {
        fill: #fff
    }

/* #SocialMedia a.InstagramIc.visited {
    background-color: #fb324f;
    border-color: #fb324f
} */

#SocialMedia a.InstagramIc.visited:hover * {
    fill: #fff
}

#SocialMedia a.NewsletterIc.visited {
    background-color: #ff7900;
    border-color: #ff7900
}

    #SocialMedia a.NewsletterIc.visited:hover * {
        fill: #fff
    }

#SocialMedia a.PinterestIc.visited {
    background-color: #cb2027;
    border-color: #cb2027
}

    #SocialMedia a.PinterestIc.visited:hover * {
        fill: #fff
    }

#FooterMenu {
    border-bottom: 1px solid #606060;
    line-height: 1em
}

    #FooterMenu ul.FooterLinks {
        width: 100%;
        list-style: none;
        display: inline-block;
        margin: 0 0 30px
    }

.FooterLinks ul {
    display: block
}

#FooterMenu ul.FooterLinks li.Footer1stLevel {
    width: 25%;
    text-align: left;
    float: left
}

    #FooterMenu ul.FooterLinks li.Footer1stLevel a,
    #FooterMenu ul.FooterLinks li.Footer1stLevel a:visited {
        font: 1.2em HelveticaNeue-Bold;
        color: #fff;
        text-decoration: none;
        line-height: 48px
    }

    #FooterMenu ul.FooterLinks li.Footer1stLevel .HeadLink,
    #FooterMenu ul.FooterLinks li.Footer1stLevel .HeadLink:visited {
        line-height: 1em;
        display: block;
        margin: 30px 0 25px
    }

    #FooterMenu ul.FooterLinks li.Footer1stLevel a:hover {
        text-decoration: none;
        color: #f16e00
    }

#FooterMenu ul.FooterLinks li.Footer2ndLevel {
    list-style: none
}

    #FooterMenu ul.FooterLinks li.Footer2ndLevel a,
    #FooterMenu ul.FooterLinks li.Footer2ndLevel a:visited {
        font: 1em HelveticaNeue-Bold;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        white-space: nowrap
    }

        #FooterMenu ul.FooterLinks li.Footer2ndLevel a:hover {
            text-decoration: none;
            color: #f16e00
        }

#CopyRightsLinks {
    min-height: 70px
}

    #CopyRightsLinks ul li {
        list-style: none;
        float: left;
        margin: 22px 27px 10px 0;
        display: inline-block
    }

        #CopyRightsLinks ul li a,
        #CopyRightsLinks ul li a:visited,
        #CopyRightsLinks ul li.FooterCopyright {
            font: 1em HelveticaNeue-Bold;
            color: #fff;
            text-decoration: none;
            display: inline-block;
            white-space: nowrap
        }

            #CopyRightsLinks ul li a:hover {
                text-decoration: none;
                color: #f16e00
            }

.OrangeLogo {
    background: url("/Style Library/OrangeImages/OrangeLogo.png");
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 16px;
    z-index: 50;
    position: relative;
    margin-left: 2px
}

.Container,
.OrContainer {
    margin: 0 auto;
    width: 950px
}

.megaMenuWrapper {
    position: relative;
    background: #000;
    z-index: 5000;
    height: 80px
}

    .megaMenuWrapper .Container {
        margin: 0 auto;
        width: 950px
    }

.innerMegaMenu {
    position: relative;
    background: #000
}

.megaMenuWrapper ul {
    list-style: none;
    padding: 0
}

.megaMenuWrapper .mainMegaMenu {
    margin-top: 41px;
    float: left
}

.mainMegaMenu > li {
    margin-left: 2em;
    display: inline-block
}

    .mainMegaMenu > li > a {
        color: #fff;
        text-decoration: none;
        font: 1.38em HelveticaNeue-Bold;
        display: inline-block;
        position: relative;
        z-index: 1000;
        outline: 0
    }

        .mainMegaMenu > li.mainMegaMenuSelected > a,
        .mainMegaMenu > li > a:focus,
        .mainMegaMenu > li > a:hover {
            color: #f16e00;
            text-decoration: none
        }

.subMegaMenu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    text-align: center;
    visibility: hidden;
    background: #fff
}

    .subMegaMenu:after,
    .subMegaMenu:before {
        content: " ";
        display: table
    }

    .subMegaMenu:after {
        clear: both
    }

    .subMegaMenu > li a img {
        border: none;
        outline: 0;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s
    }

    .subMegaMenu > li a span {
        display: block;
        min-height: 3em;
        margin-top: .4em
    }

.mainMegaMenu > li.mainMegaMenuSelected .subMegaMenu {
    z-index: 10;
    visibility: visible
}

.mainMegaMenubg {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: -1;
    padding-bottom: 5px;
    margin-top: 0;
    display: none
}

.SubMenuBlackBg {
    height: 55px;
    background-color: #000;
    position: absolute;
    bottom: -54px;
    width: 100%
}

    .SubMenuBlackBg span {
        color: #fff;
        z-index: 10;
        float: left;
        font: 1.1em HelveticaNeue-roman;
        padding: 12px 10px
    }

.closeBtn {
    cursor: pointer
}

.SubMenuBlackBg .fa-times {
    font-size: 1.5em;
    padding-top: 17px;
    display: inline-block;
    color: #fff
}

p.TitleinMenu {
    text-align: left;
    font: 1.2em HelveticaNeue-Bold;
    color: #000;
    margin-bottom: 20px
}

.subMegaMenu > li {
    width: 24%;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    min-height: 167px
}

    .subMegaMenu > li:first-child {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 0;
        cursor: default;
        min-height: 0
    }

.subMegaMenu .subMegaMenuTitle {
    font: 1.85em HelveticaNeue-Bold;
    color: #000;
    padding: 25px 0;
    text-align: left;
    text-transform: capitalize;
    line-height: 1.2em !important
}

.subMegaMenuTitle a,
.subMegaMenuTitle a:visited {
    color: #000;
    text-decoration: none
}

    .subMegaMenuTitle a:hover {
        color: #ff7900;
        text-decoration: none !important
    }

.subMegaMenu .subMegaMenuTitle:after {
    content: "\f105";
    color: #000;
    font: 1.2em FontAwesome;
    padding: 3px 15px;
    position: absolute
}

.subMegaMenu li .subMegaMenuItemTitle a {
    cursor: pointer
}

    .subMegaMenu li .subMegaMenuItemTitle a,
    .subMegaMenu li .subMegaMenuItemTitle a:visited,
    .subMegaMenu li .subMegaMenuItemTitle span {
        font: 700 1.38em HelveticaNeue-Roman;
        color: #000;
        text-decoration: none;
        padding: 0;
        text-transform: capitalize
    }

        .subMegaMenu li .subMegaMenuItemTitle a:hover {
            text-decoration: none;
            color: #ff7900 !important
        }

.subMegaMenuItem li a,
.subMegaMenuItem li a:visited {
    font: 1.2em HelveticaNeue-Light;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    padding: 0;
    line-height: 26px
}

    .subMegaMenuItem li a:hover {
        text-decoration: none;
        color: #000
    }

.MenuDescpText {
    font: 1.2em HelveticaNeue-Light;
    color: #000;
    width: 222px;
    text-align: left;
    line-height: 1.2em;
    margin: 20px 5px 10px 0
}

.mobilemainMegaMenuItem {
    width: 100%;
    margin: 0
}

    .mobilemainMegaMenuItem > li {
        width: 100%;
        margin: 0
    }

#mobileMenuBtn {
    display: none;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer
}

.mainMegaMenu > li > a {
    display: inline-block;
    width: auto
}

.subMegaMenu {
    overflow: hidden;
    z-index: 1000;
    display: none;
    top: 80px
}

.megaMenuContainer {
    width: 96%
}

.subMegaMenuItem a:hover {
    font-weight: 700;
    text-decoration: none
}

.megaMenuWrapper .mainMegaMenu {
    margin-left: 6px;
    width: auto;
    display: block
}

.subMenuMoreLink {
    font: 1.2em HelveticaNeue-Bold !important
}

.subMegaMenu li.subMegaMenuItemTitleImage {
    width: 100%;
    min-height: 0;
    border-top: 2px solid #ccc
}

    .subMegaMenu li.subMegaMenuItemTitleImage span {
        font-family: HelveticaNeue-Bold;
        font-size: 24.05px
    }

    .subMegaMenu li.subMegaMenuItemTitleImage .subMegaMenuItemImage li.ImageMenu {
        width: calc(100%/4);
        height: auto;
        position: relative;
        overflow: hidden
    }

.subMegaMenuItemImage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.subMegaMenu li.subMegaMenuItemTitleImage .subMegaMenuItemImage li.ImageMenu:not(:last-child) {
    margin-right: 10px
}

.subMegaMenu li.subMegaMenuItemTitleImage .subMegaMenuItemImage li.ImageMenu img {
    width: 100%;
    vertical-align: middle
}

.subMegaMenu li.subMegaMenuItemTitleImage .ImageMenu span {
    left: 10px;
    font-family: HelveticaNeue-Bold;
    font-size: 18.05px;
    z-index: 10;
    bottom: 39px;
    position: absolute;
    color: #fff
}

.subMegaMenu li.subMegaMenuItemTitleImage .ImageMenu a {
    position: absolute;
    padding: 0 10px;
    color: #fff;
    bottom: 0;
    left: 0;
    font-family: HelveticaNeue-Bold;
    font-size: 19px;
    z-index: 8;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px
}

.ms-ToolPaneBorder.ms-ToolPaneBody .ms-inputBox,
.ms-ToolPaneBorder.ms-ToolPaneBody input[type=file],
.ms-ToolPaneBorder.ms-ToolPaneBody input[type=password],
.ms-ToolPaneBorder.ms-ToolPaneBody input[type=text],
.ms-ToolPaneBorder.ms-ToolPaneBody textarea {
    border: 1px solid #ababab
}

.facebookLoginTitle {
    font: 2.8em HelveticaNeue-Bold !important;
    color: #000;
    margin: 0 0 33px -1px
}

#divLoginPopup .PopClose,
#divLoginSignup .PopClose {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    right: 0
}

    #divLoginPopup .PopClose span,
    #divLoginSignup .PopClose span {
        position: absolute;
        right: 0;
        font-family: HelveticaNeue-Bold
    }

        #divLoginPopup .PopClose span:after,
        #divLoginSignup .PopClose span:after {
            content: '\f00d';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 5px
        }

#divLoginPopup,
#divLoginSignup {
    overflow-y: auto;
    overflow-x: hidden;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important
}

.mainCareFormField .OrangeFormValidator {
    margin: -10px 0 10px;
    line-height: 1.5em
}

#divLoginSignup .FacebookWelcome {
    width: auto
}

.mainCareInfoItemText,
.mainCareInfoTitle {
    white-space: normal
}

.popupImgWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%
}

    .popupImgWrapper img {
        width: 100vw
    }

.mainCareWrapper {
    padding: 12px 0 0 0;
    position: relative
}

    .mainCareWrapper.mainCarePopupWrapper {
        padding: 0
    }

    .mainCareWrapper > img {
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%
    }

.fa-facebook-official:before {
    color: #fff;
    font-size: 2em
}

.mainCareFormField .mainCareTextBoxLabel,
.mainCareRegisterFormItem label {
    font: 1.4em HelveticaNeue-Bold;
    line-height: 1em;
    display: block
}

.mainCareInfoWrapper {
    float: left;
    width: 48%
}

    .mainCareInfoWrapper .mainCareInfoTitle {
        font: 1.15em HelveticaNeue-Bold
    }

.mainCareInfoItem {
    width: 100%;
    display: inline-block;
    margin-bottom: 37px
}

    .mainCareInfoItem:nth-of-type(1) {
        margin-top: 35px
    }

    .mainCareInfoItem .mainCareInfoItemImg {
        display: inline-block;
        float: left;
        margin-right: 20px
    }

    .mainCareInfoItem .MyOrange {
        background: url('/Style Library/OrangeImages/MainCareSprite.png');
        width: 26px;
        height: 40px
    }

    .mainCareInfoItem .sendSMS {
        background: url('/Style Library/OrangeImages/MainCareSprite.png') -34px;
        width: 29px;
        height: 50px
    }

    .mainCareInfoItem .PayBill {
        background: url('/Style Library/OrangeImages/MainCareSprite.png') -71px 0;
        width: 30px;
        height: 37px
    }

    .mainCareInfoItem .mainCareInfoItemText {
        float: left;
        width: 145px;
        text-wrap: normal;
        font: 1.23em HelveticaNeue-Bold
    }

.mainCareFormWrapper {
    float: right;
    width: 300px;
    margin-top: -76px
}

.mainCarePopupWrapper .mainCareFormWrapper {
    margin-top: 0
}

.mainCareFormItem {
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
    min-height: 50px;
    box-sizing: border-box;
    padding: 20px
}

.mainCarePopupWrapper .mainCareFormItem {
    padding: 10px 20px
}

.mainCareFormField label {
    cursor: pointer;
    float: left;
    line-height: 1.7em
}

.mainCareFormField .CaptchaStyle label {
    cursor: default
}

.mainCareFormField .mainCareTextBoxLabel {
    color: #333
}

.mainCareFormField .forgotPassLink {
    float: right;
    font: 1.08em HelveticaNeue-Roman;
    text-decoration: underline;
    white-space: nowrap;
    line-height: 1.4em
}

.mainCareFormField .mainCareRememberMeCheckBox {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #ccc;
    position: relative
}

.mainCareFormField .checkBoxDivSim:before,
.mainCareFormField .mainCareRememberMeCheckboxInput:checked + label:before {
    content: '\f00c' !important;
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 1.3em
}

.mainCareFormField .mainCareRememberMeCheckBox:before {
    content: ''
}

.mainCareFormField .mainCareRememberMeCheckBoxLabel {
    margin-left: 9px
}

.mainCareFormField .rememberMeWarning {
    clear: both;
    float: none;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: red;
    display: none
}

.mainCareFormField .mainCareRememberMeCheckboxInput:checked ~ .rememberMeWarning {
    display: block
}

.mainCareFormItem .dropDown,
.mainCareFormItem input[type=password],
.mainCareFormItem input[type=text] {
    width: 100%;
    height: 36px;
    border: 1px solid #999;
    margin: 13px 0 10px;
    padding: 0;
    text-indent: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

    .mainCareFormItem input[type=password]:disabled,
    .mainCareFormItem input[type=text]:disabled {
        border-color: #ccc
    }

.mainCareFormItem .dropDown {
    cursor: pointer
}

.mainCareFormItem .dropDownCaret:after {
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: '';
    position: absolute;
    margin-top: 29px;
    margin-left: -20px
}

.mainCareFBLoginBtn,
.mainCareFormItem input[type=submit] {
    width: 100%;
    height: 45px !important;
    text-align: center;
    border: 0;
    margin: 12px 0;
    cursor: pointer
}

.mainCareFormItem .mainCareLoginBtn,
.mainCareFormItem .mainCareLoginBtn:hover {
    font: 1.15em HelveticaNeue-Bold;
    background: #f16e00;
    color: #fff;
    margin-top: 20px !important
}

.mainCareFormItem .mainCareFBLoginBtn,
.mainCareFormItem .mainCareFBLoginBtn:hover {
    font: 1.15em HelveticaNeue-Bold;
    display: block;
    box-sizing: border-box;
    padding-top: 7px;
    text-decoration: none;
    border-radius: 3px;
    background: #3b5998;
    color: #fff;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .16)
}

.mainCareFormItem .mainCareOr {
    display: block;
    text-align: center;
    font: 1.08em HelveticaNeue-Roman
}

.FBLogo {
    position: absolute;
    margin: 28px 0 0 13px
}

.mainCareRegisterFormItem input[type=submit] {
    height: 26px;
    margin-bottom: 0
}

.mainCareOrangeDSLForm a {
    color: #000;
    text-decoration: none;
    font: 1.15em HelveticaNeue-Bold
}

.mainCareOrangeDSLForm span {
    display: block;
    text-align: center
}

.mainCareFormField input[type=checkbox] {
    opacity: 0
}

.mainCareFormField .FormRow {
    margin: 0
}

.mainCareFormField #recaptcha_data {
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin-bottom: 0;
    box-shadow: none
}

.mainCareFormField .CaptchaStyle ul {
    margin: 0
}

.mainCareFormField .CaptchaStyle .text_field,
.mainCareFormField .FormControl {
    width: 100% !important
}

.mainCareFormField .CaptchaStyle ul li:before {
    margin: 0
}

.mainCareFormField .CaptchaStyle ul #lblGetNewWords {
    float: none
}

.mainCareFormField .CapChaNewFont,
.mainCareFormField .CaptchaStyle ul li a {
    white-space: nowrap
}

.mainCareFormField .text_field_RecaptchaTopStyle {
    width: 100%;
    clear: both
}

.registerContainer .registerFormWrapper {
    width: 460px;
    float: left;
    margin-top: 0
}

.registerContainer .registerFormItem {
    padding: 20px 100px
}

.registerContainer .registerFieldAreaTitle {
    font: 1.38em HelveticaNeue-Bold;
    color: #333;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.5em
}

.registerContainer .registerNote {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 1.3em;
    margin-bottom: 15px
}

    .registerContainer .registerNote .registerNoteContent {
        float: right;
        width: 84%
    }

.registerContainer .FBLogo {
    margin: 20px 0 0 13px
}

.registerContainer .registerFieldNote {
    clear: both;
    float: none;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 15px;
    display: block
}

.registerContainer .captchaTitle {
    display: block;
    line-height: 1.3em;
    margin-bottom: 10px
}

.registerContainer .mainCareFormItem .dropDown,
.registerContainer .mainCareFormItem input[type=password],
.registerContainer .mainCareFormItem input[type=text] {
    margin: 13px 0 5px
}

.registerContainer .mainCareFBLoginBtn {
    margin: 10px 0
}

.registerContainer .receivedPasswordMsg {
    font-size: 1.24em;
    margin-top: 15px
}

.registerContainer .msgBold {
    font-family: HelveticaNeue-Bold
}

.registerContainer .userEmail {
    font-size: 1.2em
}

.registerContainer .enterPasswordMsg {
    line-height: 1.5em;
    display: block;
    margin-top: 30px
}

.registerContainer .enterPasswordMsg,
.registerContainer .registerPasswordResendWrapper a span {
    font-size: 1.1em
}

.fa-refresh {
    font-size: 1.4em;
    margin-right: 10px
}

.registerContainer .registerPreviousStepLink,
.registerContainer .registerPreviousStepLink:visited {
    color: #333;
    font-size: 1.2em;
    text-align: left !important;
    padding: 0;
    background: 0
}

    .registerContainer .registerPreviousStepLink:hover {
        color: #ff7900
    }

#NewsAlerts .NewsItem {
    float: left;
    width: 300px;
    margin: 0 25px 25px 0
}

    #NewsAlerts .NewsItem:nth-of-type(3n) {
        margin-right: 0
    }

#NewsAlerts .NewsImg img {
    display: block;
    width: 100%
}

#NewsAlerts .NewsTitle {
    background: #000;
    height: 80px
}

    #NewsAlerts .NewsTitle h2 a {
        font: .6em HelveticaNeue-Bold;
        color: #fff;
        padding: 12px
    }

        #NewsAlerts .NewsTitle h2 a:hover {
            text-decoration: none;
            color: #f16e00
        }

#Services .ServiceItem {
    float: left;
    width: 221px;
    margin: 0 22px 22px 0;
    height: 210px
}

    #Services .ServiceItem:nth-of-type(4n) {
        margin-right: 0
    }

#Services .ServiceImg img {
    display: block;
    width: 100%
}

#Services .ServiceTitle {
    background: #000;
    height: 80px
}

    #Services .ServiceTitle h2 a {
        font: .6em HelveticaNeue-Bold;
        color: #fff;
        padding: 12px;
        display: inline-block;
        line-height: 1.3em
    }

        #Services .ServiceTitle h2 a:hover {
            text-decoration: none;
            color: #f16e00
        }

#Offers .OfferContainer {
    float: left;
    width: 302px;
    margin: 0 22px 22px 0
}

    #Offers .OfferContainer:nth-of-type(3n) {
        margin-right: 0;
        clear: right
    }

    #Offers .OfferContainer:nth-of-type(3n-2) {
        clear: left
    }

#Offers .OfferImg img {
    display: block;
    width: 100%
}

#Offers .OfferDesc {
    background: #000;
    height: 150px;
    padding: 12px;
    line-height: 1.3em
}

    #Offers .OfferDesc h2 {
        font: 1.3em HelveticaNeue-Bold;
        color: #fff !important;
        margin-bottom: 8px;
        line-height: 1.1em !important;
        height: 35px
    }

#Offers .OfferBrief {
    font: 1.15em HelveticaNeue-Roman;
    margin-top: 3px;
    color: #fff;
    line-height: 1.25em;
    height: 60px;
    display: inline-block;
    margin-bottom: 10px
}

#Offers .OrngListingPager {
    text-align: center
}

    #Offers .OrngListingPager .current {
        background: #000;
        color: #fff;
        font: 1.5em HelveticaNeue-Bold;
        padding: 12px 16px;
        line-height: 1em;
        display: inline-block;
        margin: 0 5vw
    }

    #Offers .OrngListingPager a.UnselectedPage,
    #Offers .OrngListingPager a.UnselectedPage:visited {
        background: #fff;
        color: #000;
        font: 1.5em HelveticaNeue-Bold;
        padding: 12px 16px;
        line-height: 1em;
        display: inline-block;
        margin: 0 5vw
    }

        #Offers .OrngListingPager a.UnselectedPage:hover {
            background: #000;
            color: #fff;
            text-decoration: none
        }

    #Offers .OrngListingPager .inActiveBtn {
        font: 700 2em FontAwesome;
        color: #cdcdcd;
        margin-right: 20px;
        border: 2px #cdcdcd solid;
        padding: 6.5px 14.5px
    }

    #Offers .OrngListingPager a.ActiveBtn,
    #Offers .OrngListingPager a.ActiveBtn:visited {
        font: 700 2em FontAwesome;
        color: #000;
        margin-right: 20px;
        border: 2px #000 solid;
        padding: 6.5px 14.5px
    }

        #Offers .OrngListingPager a.ActiveBtn:hover {
            background: #000;
            color: #fff;
            text-decoration: none
        }

        #Offers .OrngListingPager .NewPagerNav span.inActiveBtn:last-child,
        #Offers .OrngListingPager .current,
        #Offers .OrngListingPager .inActiveBtn,
        #Offers .OrngListingPager a.ActiveBtn,
        #Offers .OrngListingPager a.ActiveBtn:visited,
        #Offers .OrngListingPager a.UnselectedPage,
        #Offers .OrngListingPager a.UnselectedPage:visited {
            margin: 0 1vw
        }

ul#OffersCarousel,
ul#OffersCarousel li {
    list-style-type: none;
    position: relative;
    line-height: 1.5em
}

.SubsBtn {
    width: 220px;
    font-size: 1.5em !important
}

.OfferPicture {
    width: 40%;
    margin-right: 20px
}

    .OfferPicture img {
        width: 380px;
        display: block
    }

.OfferContent {
    width: 55%
}

.OffersDetails #Offers .OfferContainer:nth-of-type(3n) {
    margin-right: 22px
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 40px 0
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 950px
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px
}

.jcarousel-skin-tango .jcarousel-next-horizontal:before {
    font: 4em FontAwesome;
    content: "\f105";
    position: absolute;
    top: 41%;
    right: -24px;
    cursor: pointer;
    color: #000
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover:before {
    color: #ff7900
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:before {
    font: 4em FontAwesome;
    content: "\f104";
    position: absolute;
    top: 41%;
    left: -24px;
    cursor: pointer;
    color: #000
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover:before {
    color: #ff7900
}

.SubTabContent > li,
.TabContent > li {
    display: none
}

    .SubTabContent > li.active,
    .TabContent > li.active {
        display: block
    }

.TabsContainer {
    margin: 30px 0 5px
}

    .TabsContainer ul.GeneralTab,
    .TabsContainer ul.TabContent {
        list-style: none;
        display: table;
        padding: 0;
        margin: 0;
        width: 100%;
        table-layout: fixed
    }

.SubTabsContainer ul.SubTabContent {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed
}

.SubTabsContainer ul.SubGeneralTab {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed
}

.TabsContainer .GeneralTab li {
    font: 1.2em HelveticaNeue-Bold;
    color: #000;
    padding: 10px 25px;
    cursor: pointer;
    border-bottom: 2px solid #000;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    text-align: center;
    box-sizing: border-box
}

    .TabsContainer .GeneralTab li.active {
        background: #fff;
        border: 2px #000 solid;
        border-bottom: 0 !important;
        position: relative;
        color: #f16e00
    }

    .TabsContainer .GeneralTab li:nth-child(1):nth-last-child(1) {
        width: 50%;
        display: block
    }

.TabContent {
    padding: 20px 0 0 !important;
    margin-top: -2px !important
}

.TabsContainer .SubGeneralTab li {
    font: 1.2em HelveticaNeue-Bold;
    color: #000;
    padding: 10px 25px;
    cursor: pointer;
    border-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    text-align: center;
    box-sizing: border-box
}

    .TabsContainer .SubGeneralTab li.active {
        background: #fff;
        border: 2px #000 solid;
        border-bottom: 0 !important;
        position: relative;
        color: #f16e00
    }

.SubTabContent {
    padding: 20px 20px 10px !important;
    border: 2px solid #000;
    margin-top: -2px !important
}

.TabDisabled {
    pointer-events: none;
    color: #9f9f9f !important;
    cursor: default !important
}

.popupdiv #dvPurchase .PopClose:after,
.popupdiv .PopUPSubCont .PopClose:after {
    content: '\f00d';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.6em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px
}

@media screen and (max-width:640px) {
    .popupdiv {
        width: 80%
    }

        .popupdiv .PopCont {
            padding: 20px !important;
            min-width: 200px
        }
}

@media screen and (max-width:380px) {
    .PopCont .OrangeBtn {
        padding: 1px 6px 5px !important
    }
}

.PopCont {
    background-color: #fff !important;
    padding: 40px 60px;
    max-width: 900px;
    background-image: none !important;
    font-family: HelveticaNeue-Bold;
    min-width: 400px;
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto
}

.PopUpTitle {
    background: url('/Style Library/OrangeImages/InfoIcon.png') no-repeat;
    padding-left: 55px;
    height: 35px;
    margin-bottom: 20px;
    font: 1.28em HelveticaNeue-Bold;
    line-height: 2em !important
}

.TariffTableClasses {
    margin: 20px 0;
    width: 100%
}

    .TariffTableClasses.TextC td,
    .TariffTableClasses.TextC th {
        text-align: center
    }

    .TariffTableClasses tr th {
        border-bottom: 2px solid #ccc;
        font-family: HelveticaNeue-Bold
    }

    .TariffTableClasses tr td {
        border-bottom: 1px solid #ccc
    }

    .TariffTableClasses tr td,
    .TariffTableClasses tr th {
        padding: 10px;
        word-break: break-word
    }

        .TariffTableClasses tr td:first-child {
            font-family: HelveticaNeue-Bold
        }

.HPThumImgCont {
    border: 1px solid #b8b8b8;
    background: #fff;
    width: 70px;
    height: 70px;
    padding: 5px;
    margin-right: 7px
}

    .HPThumImgCont img {
        width: 70px;
        height: 70px
    }

.Coveragebtn {
    margin-top: 8px !important
}

.preventBlock {
    display: none !important
}

.whiteClass,
.whiteClass a {
    color: #fff !important
}

input::-ms-clear {
    display: none
}

.DM-Wrapper h2 {
    font: 2.14em HelveticaNeue-Bold;
    color: #000;
    line-height: 1;
    margin-bottom: 20px
}

.DM-BundleWrapper p {
    font-size: 1.07em !important
}

.discoverMainParagraph {
    float: left
}

    .discoverMainParagraph:first-child {
        width: 68%;
        padding: 0 25px 0 0
    }

    .discoverMainParagraph:nth-child(2) {
        width: 25%
    }

    .discoverMainParagraph ul {
        list-style: none;
        margin-left: 17px
    }

        .discoverMainParagraph ul li {
            text-indent: -1em
        }

            .discoverMainParagraph ul li:before {
                font: 4px FontAwesome;
                content: "\f0c8";
                padding-right: 8px;
                position: relative;
                bottom: 3px
            }

        .DM-Wrapper p,
        .discoverMainParagraph a,
        .discoverMainParagraph a:visited,
        .discoverMainParagraph ul li {
            line-height: 1.1em !important;
            font: 1.2em HelveticaNeue-Bold;
            color: #000
        }

            .discoverMainParagraph ul li a {
                font-size: 1em
            }

            .discoverMainParagraph a:hover {
                text-decoration: none;
                color: #ff7900
            }

.DM-Bundles {
    display: inline-block;
    margin: 0 0 34px 0
}

.DM-BundleWrapper {
    position: relative;
    width: 50%;
    height: 456px;
    padding: 0 0 0 10px;
    margin: 22px 0 0 0;
    box-sizing: border-box;
    float: right
}

    .DM-BundleWrapper .GeneralRow {
        display: inline-block
    }

    .DM-BundleWrapper:nth-child(odd) {
        float: left;
        padding: 0 10px 0 0
    }

    .DM-BundleWrapper img {
        width: 100%
    }

.DM-BundleInner {
    position: absolute;
    top: 22px;
    left: 31px
}

.DM-BundleWrapper:nth-child(odd) .DM-BundleInner {
    left: 22px
}

.DM-BundleInner p {
    width: 60%;
    margin-bottom: 11px
}

.HP-RatingWrapper {
    display: inline-block
}

.HP-Rating {
    float: left
}

    .HP-Rating .star {
        margin: -25px -89px;
        position: relative;
        display: block;
        color: #ff7900;
        width: 0;
        height: 0;
        border-right: 100px solid transparent;
        border-bottom: 70px solid #ff7900;
        border-left: 100px solid transparent;
        -moz-transform: rotate(35deg) scale(.1);
        -webkit-transform: rotate(35deg) scale(.1);
        -ms-transform: rotate(35deg) scale(.1);
        -o-transform: rotate(35deg) scale(.1);
        float: left
    }

        .HP-Rating .star:before {
            border-bottom: 80px solid #ff7900;
            border-left: 30px solid transparent;
            border-right: 30px solid transparent;
            position: absolute;
            height: 0;
            width: 0;
            top: -45px;
            left: -65px;
            display: block;
            content: '';
            -webkit-transform: rotate(-35deg);
            -moz-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
            -o-transform: rotate(-35deg)
        }

        .HP-Rating .star:after {
            position: absolute;
            display: block;
            color: #ff7900;
            top: 3px;
            left: -105px;
            width: 0;
            height: 0;
            border-right: 100px solid transparent;
            border-bottom: 70px solid #ff7900;
            border-left: 100px solid transparent;
            -webkit-transform: rotate(-70deg);
            -moz-transform: rotate(-70deg);
            -ms-transform: rotate(-70deg);
            -o-transform: rotate(-70deg);
            content: ''
        }

    .HP-Rating .starGrey {
        color: #ccc;
        border-bottom-color: #ccc
    }

        .HP-Rating .starGrey:before {
            border-bottom-color: #ccc
        }

        .HP-Rating .starGrey:after {
            color: #ccc;
            border-bottom-color: #ccc
        }

.HP-RatingWrapper > span {
    float: left;
    margin: 0 5px;
    font: 700 1.2em HelveticaNeue-Light;
    line-height: 1.2em;
    color: #000
}

.ShoppinCartOange {
    top: 39px;
    z-index: 9999
}

#CartIcon {
    height: 210px !important;
    z-index: 11;
    width: 98px;
    background: #222 url('/Style Library/MobinilImages/Shop/cart.jpg') no-repeat center 11px;
    float: right;
    color: #fff;
    border: 1px #999 solid;
    border-top: 0;
    margin-top: 2px;
    color: #ee7f00;
    text-align: left;
    position: relative;
    padding: 10px
}

    #CartIcon a {
        font: 1em HelveticaNeue-Roman !important;
        padding: 0 !important;
        line-height: 1em !important;
        margin-left: 5px;
        float: none !important
    }

    #CartIcon div {
        text-align: center;
        line-height: 1em !important
    }

.Width174 {
    width: 174px
}

#CartIcon a:hover,
#CartIcon a:link,
#CartIcon a:visited {
    color: #fff;
    font-weight: 700
}

.option1 .CartButton {
    width: 96px;
    height: 9px;
    background: #ff7900 url('/Style Library/MobinilImages/Shop/blackarr.jpg') no-repeat center center;
    margin: 0 0 2px 1px;
    position: absolute;
    bottom: 0;
    cursor: pointer
}

.option2 .CartButton {
    width: 96px;
    height: 9px;
    background: #ff7900 url('/Style Library/MobinilImages/Shop/blackarrdown.jpg') no-repeat center center;
    margin: 0 0 2px 1px;
    position: absolute;
    bottom: 0;
    cursor: pointer
}

#TotalItems {
    height: 22px;
    margin-left: 22px;
    text-align: center;
    width: 18px;
    font-weight: 700;
    margin-top: 2px
}

#CartIcon .ListingBtn {
    margin: auto;
    width: 73px
}

.option1 {
    height: 100px;
    color: #000;
    overflow: hidden
}

.option2 {
    color: #000;
    overflow: hidden
}

.GrayLine {
    border-bottom: 1px #333 solid;
    height: 5px;
    width: 76px;
    margin: 5px auto 10px
}

.DiscoverTheme .lightOrange {
    color: #ff7900
}

.DT-BannerWrapper {
    display: inline-block;
    width: 100%
}

    .DT-BannerWrapper img {
        display: block
    }

.DT-TopImg {
    width: 100%
}

.DT-BottomLeftImg,
.DT-BottomRightImg {
    width: 50%
}

.DT-BannerWrapper .BannerTopImgWrapper {
    cursor: pointer
}

    .DT-BannerWrapper .BannerTopImgWrapper:not(.CursorDefault):hover,
    .DT-BannerWrapper > a:not(.CursorDefault):hover {
        opacity: .8
    }

.DT-BannerWrapper .OtherImage {
    width: 100%
}

.DT-BannerWrapper .EmptyImage {
    height: 0
}

.DT-BottomRightImg {
    float: right
}

.DT-BottomLeftImg {
    float: left
}

.DiscoverTheme {
    background: #fff !important;
    padding: 30px 0 0
}

    .DiscoverTheme h2 {
        margin: 0 0 30px
    }

    .DiscoverTheme img {
        display: block
    }

    .DiscoverTheme.dealOfTheWeekOuterWrapper .Container {
        border-bottom: 1px solid #ccc
    }

    .DiscoverTheme .dealOfTheWeekWrapper {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px
    }

        .DiscoverTheme .dealOfTheWeekWrapper > div {
            width: 60%;
            float: left
        }

        .DiscoverTheme .dealOfTheWeekWrapper > img {
            float: right
        }

        .DiscoverTheme .dealOfTheWeekWrapper .DT-DealOfTheWeekProduct a:visited:not(.WhiteBtn) {
            color: #000 !important
        }

        .DiscoverTheme .dealOfTheWeekWrapper .DT-DealOfTheWeekProduct a:hover:not(.WhiteBtn) {
            color: #ff7900 !important;
            text-decoration: none
        }

        .DiscoverTheme .dealOfTheWeekWrapper .dealOfTheWeekShape {
            width: 50%;
            float: left
        }

    .DiscoverTheme .DT-DealOfTheWeekProduct {
        width: 50%;
        float: left
    }

        .DiscoverTheme .DT-DealOfTheWeekProduct .HP-MobileTitle {
            font-size: 2em
        }

        .DiscoverTheme .DT-DealOfTheWeekProduct .HP-RatingWrapper {
            margin-top: 10px;
            width: 100%
        }

    .DiscoverTheme .DT-DealOfTheWeekTabs {
        margin-top: 15px
    }

        .DiscoverTheme .DT-DealOfTheWeekTabs .tab {
            border-top: 1px solid #ccc
        }

            .DiscoverTheme .DT-DealOfTheWeekTabs .tab > h3 {
                display: block;
                height: 57px;
                line-height: 57px !important;
                position: relative;
                cursor: pointer
            }

                .DiscoverTheme .DT-DealOfTheWeekTabs .tab > h3:after {
                    top: 45%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    border-color: transparent;
                    border-bottom-color: #000;
                    right: 4%;
                    border-width: 9px;
                    transform: rotate(180deg)
                }

            .DiscoverTheme .DT-DealOfTheWeekTabs .tab > div {
                display: none;
                padding-bottom: 25px
            }

                .DiscoverTheme .DT-DealOfTheWeekTabs .tab > div > span,
                .DiscoverTheme .DT-DealOfTheWeekTabs .tab > div > ul {
                    font: 1.23em HelveticaNeue-Bold;
                    line-height: 1.2em
                }

                .DiscoverTheme .DT-DealOfTheWeekTabs .tab > div > ul {
                    list-style: none;
                    margin-left: 9px
                }

                    .DiscoverTheme .DT-DealOfTheWeekTabs .tab > div > ul li:before {
                        font: 4px FontAwesome;
                        content: "\f0c8";
                        padding-right: 4px;
                        position: relative;
                        bottom: 3px;
                        margin-left: -8px
                    }

    .DiscoverTheme .tabClicked {
        color: #ff7900 !important
    }

        .DiscoverTheme .tabClicked:after {
            border-bottom-color: #ff7900 !important;
            transform: rotate(0) !important;
            top: 28% !important
        }

    .DiscoverTheme .dealOfTheWeekWrapper .DT-DealOfTheWeekProduct p {
        font: 1.23em HelveticaNeue-Roman;
        line-height: 1.2em;
        margin-top: 10px
    }

    .DiscoverTheme .dealOfTheWeekWrapper .dealOfTheWeekImg {
        width: 38%;
        height: 395px;
        float: right;
        background-repeat: no-repeat;
        background-size: contain
    }

    .DiscoverTheme .dealOfTheWeekWrapper .WhiteBtn {
        margin-top: 10px;
        display: inline-block
    }

    .DiscoverTheme.haveYouTriedWrapper .Container,
    .DiscoverTheme.orangeCinemaWrapper {
        position: relative;
        cursor: pointer
    }

        .DiscoverTheme .haveYouTriedInnerWrapper,
        .DiscoverTheme.orangeCinemaWrapper .Container {
            position: absolute
        }

    .DiscoverTheme .OrangeCinemaImage {
        min-height: 540px;
        background: #000
    }

        .DiscoverTheme .OrangeCinemaImage img {
            width: 100%
        }

    .DiscoverTheme.orangeCinemaWrapper .Container {
        left: 0;
        right: 0
    }

        .DiscoverTheme.orangeCinemaWrapper .Container h2 {
            margin-top: 20px
        }

    .DiscoverTheme.orangeCinemaWrapper .orangeCinemaData {
        width: 200px
    }

        .DiscoverTheme .haveYouTriedInnerWrapper p,
        .DiscoverTheme.orangeCinemaWrapper .orangeCinemaData p {
            font: 1.16em HelveticaNeue-Bold
        }

    .DiscoverTheme .haveYouTriedInnerWrapper {
        width: 35%;
        box-sizing: border-box;
        padding: 30px 0 0 21px;
        top: 0;
        position: absolute
    }

        .DiscoverTheme .haveYouTriedInnerWrapper h2 {
            margin: 0 0 20px
        }

    .DiscoverTheme .HaveYouTriedImage {
        width: 100%;
        height: 100%;
        background: #000
    }

    .DiscoverTheme.discoverMoreWrapper h3 a {
        color: #000 !important
    }

.activateHover:hover:before {
    opacity: .8 !important
}

.DiscoverTheme#HP-Services {
    padding-top: 0
}

    .DiscoverTheme#HP-Services h2 {
        margin-top: 0
    }

    .DiscoverTheme#HP-Services .ServiceLink p {
        margin-bottom: 0
    }

.DT-BannerWrapper a {
    display: block
}

.BannerTopImgWrapper {
    position: relative
}

    .BannerTopImgWrapper .divTopImg {
        width: 100%
    }

    .BannerTopImgWrapper .Container {
        position: absolute;
        display: inline-block;
        right: 0;
        left: 0;
        top: 15px
    }

        .BannerTopImgWrapper .Container .bannerTopText {
            font: 2em HelveticaNeue-Bold;
            line-height: 1em;
            display: block;
            width: 30%;
            float: right
        }

.errorPageContainer {
    margin-top: 55px !important
}

    .errorPageContainer h2 {
        margin-bottom: 36px;
        font-size: 2.8em
    }

    .errorPageContainer a,
    .errorPageContainer p {
        font-family: HelveticaNeue-Bold
    }

    .errorPageContainer .bottomSectionsContainer,
    .errorPageContainer .errorWrapper,
    .errorPageContainer .tryLinkInnerWrapper,
    .errorPageContainer .tryLinkInnerWrapper .moreColumn {
        display: inline-block
    }

    .errorPageContainer .errorWrapper {
        width: 100%
    }

        .errorPageContainer .errorWrapper .errorDesc {
            width: 56%
        }

        .errorPageContainer .errorWrapper > span {
            width: 30%;
            text-align: right;
            font-size: 11.6em;
            line-height: .6em;
            font-weight: 700;
            color: #ff7900;
            word-wrap: normal;
            margin-bottom: 25px
        }

    .errorPageContainer .errorPageSearchIcon {
        color: #333;
        font: normal normal normal 26px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: relative;
        position: absolute;
        float: left;
        margin-top: 5px;
        margin-left: 7px
    }

    .errorPageContainer input[type=text] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        border: 1px solid #999;
        width: 380px;
        height: 38px;
        margin-right: 20px;
        margin-bottom: 36px;
        padding: 0;
        box-sizing: border-box;
        text-indent: 35px;
        color: #000;
        font: 1.2em HelveticaNeue-Bold
    }

    .errorPageContainer input[type=button] {
        height: 38px;
        margin-bottom: 36px
    }

    .errorPageContainer .cmpl.box {
        top: 0 !important;
        width: 300px
    }

    .errorPageContainer .tryLinkInnerWrapper {
        width: 100%
    }

        .errorPageContainer .bottomSectionsContainer .errorBottomSection,
        .errorPageContainer .tryLinkInnerWrapper .innerSection,
        .errorPageContainer .tryLinkInnerWrapper .moreColumn > div {
            width: 50%;
            box-sizing: border-box;
            padding-right: 5%
        }

        .errorPageContainer .tryLinkInnerWrapper .innerSection {
            margin-bottom: 30px
        }

            .errorPageContainer .tryLinkInnerWrapper .innerSection span {
                display: block
            }

            .errorPageContainer .tryLinkInnerWrapper .innerSection a {
                line-height: 1.7em;
                word-wrap: normal
            }

                .errorPageContainer .tryLinkInnerWrapper .innerSection a:visited {
                    color: #000
                }

                .errorPageContainer .tryLinkInnerWrapper .innerSection a:hover {
                    color: #ff7900
                }

        .errorPageContainer .tryLinkInnerWrapper h3 {
            margin-bottom: 18px
        }

    .errorPageContainer .bottomSectionsContainer h3 {
        margin-bottom: 5px
    }

.sitemapMainContainer > div {
    width: 100%;
    box-sizing: border-box
}

.sitemapMainContainer .sitemapRow {
    display: inline-block;
    width: 100%
}

.SitemapContainers {
    width: 25%;
    box-sizing: border-box
}

    .SitemapContainers a:visited {
        text-decoration: none !important;
        color: #000
    }

    .SitemapContainers a:hover {
        color: #ff7900;
        text-decoration: none
    }

.SitemapTitleDiv {
    padding: 20px 15px 10px 0
}

    .SitemapTitleDiv a,
    .SitemapTitleDiv span {
        font: 1.7em HelveticaNeue-Bold;
        line-height: 1em
    }

.SitemapContentDivsWrapper {
    box-sizing: border-box;
    padding-right: 15px
}

.SitemapContentDiv > span {
    font: 1.3em HelveticaNeue-Bold;
    line-height: 1.3em;
    display: block;
    margin-bottom: 10px
}

.SitemapContentDiv span {
    color: #000
}

.SitemapContSep {
    background: #000;
    height: 3px;
    margin: 15px 15px 10px 0
}

.SitemapUL {
    list-style: none
}

    .SitemapUL li {
        background-position: left 13px;
        padding-bottom: 0
    }

        .SitemapUL li:before {
            display: none
        }

        .SitemapInnerUL li a,
        .SitemapUL li a {
            font-weight: 700 !important;
            text-decoration: none !important;
            width: 100%;
            color: #000;
            line-height: 1.4em !important
        }

            .SitemapInnerUL li a:hover,
            .SitemapUL li a:hover {
                text-decoration: underline !important
            }

.SitemapInnerUL {
    padding: 0 !important;
    margin: 3px 0 2px 10px
}

    .SitemapInnerUL li {
        background: 0 0 !important;
        padding-bottom: 0 !important
    }

        .SitemapInnerUL li a {
            color: #777 !important
        }

#HP-Services.DiscoverTheme .ServiceLink > a {
    display: inline-block;
    position: relative;
    min-height: 97px
}

.DigitalCoachIcon,
.GhanIcn,
.InternetSelfieIcon,
.MyOrangeIcon,
.NewIntrSelfIc,
.Orange8000,
.OrangeCloudIcon,
.YoungOrangeIcon {
    background: url('/style library/OrangeImages/FunAppSprite.png') no-repeat;
    display: inline-block;
    margin-bottom: 10px
}

.MyOrangeIcon {
    background-position: 0 0;
    width: 39px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .MyOrangeIcon {
    background-position: 0 -68px;
    width: 39px;
    height: 57px;
    cursor: pointer
}

.DigitalCoachIcon {
    background-position: -64px 0;
    width: 77px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .DigitalCoachIcon {
    background-position: -64px -68px;
    width: 77px;
    height: 57px;
    cursor: pointer
}

.InternetSelfieIcon {
    background-position: -158px 0;
    width: 59px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .InternetSelfieIcon {
    background-position: -158px -67px;
    width: 59px;
    height: 57px;
    cursor: pointer
}

.YoungOrangeIcon {
    background-position: -240px 0;
    width: 45px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .YoungOrangeIcon {
    background-position: -240px -68px;
    width: 45px;
    height: 57px;
    cursor: pointer
}

.NewIntrSelfIc {
    background-position: 0 -198px;
    width: 54px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .NewIntrSelfIc {
    background-position: 0 -264px;
    width: 54px;
    height: 57px;
    cursor: pointer
}

.OrangeCloudIcon {
    background-position: -61px -198px;
    width: 81px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .OrangeCloudIcon {
    background-position: -61px -263px;
    width: 81px;
    height: 57px;
    cursor: pointer
}

.Orange8000 {
    background-position: -152px -199px;
    width: 158px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .Orange8000 {
    background-position: -152px -263px;
    width: 158px;
    height: 57px;
    cursor: pointer
}

.GhanIcn {
    background-position: 0 -334px;
    width: 100px;
    height: 57px
}

#HP-Services .ServiceLink a:hover .GhanIcn {
    background-position: 0 -395px;
    width: 100px;
    height: 57px;
    cursor: pointer
}

#HP-Services .ServiceLink a:hover h3 {
    text-decoration: none !important;
    color: #ff7900 !important
}

#HP-Services .ServiceLink a:active,
#HP-Services .ServiceLink a:hover {
    text-decoration: none !important
}

.TopNavContainer {
    margin-bottom: 30px
}

.TopNavMainUL {
    list-style: none;
    margin: 0
}

    .TopNavMainUL a,
    .TopNavMainUL a:visited,
    .TopNavMainUL span {
        color: #000;
        font: 700 1.2em HelveticaNeue-Roman;
        line-height: 1.3em !important
    }

        .TopNavMainUL a:hover {
            text-decoration: underline !important;
            color: #ff7900 !important
        }

    .TopNavMainUL .TopNavSelected {
        font: 700 1.36em HelveticaNeue-Roman
    }

    .TopNavMainUL li {
        padding: 15px 0;
        float: left;
        width: 48.5%;
        border-bottom: 1px solid #ccc
    }

        .TopNavMainUL li:nth-child(odd) {
            margin-right: 25px
        }

        .TopNavMainUL li:last-child,
        .TopNavMainUL li:nth-last-child(2) {
            border-bottom: 0
        }

.TopNavSubUL {
    list-style: none;
    color: #000
}

    .TopNavSubUL .TopNavSelected {
        font: 700 1.08em HelveticaNeue-Roman
    }

    .TopNavSubUL a {
        font: 700 1.08em HelveticaNeue-Roman;
        color: #000
    }

    .TopNavSubUL li {
        padding-left: 12px;
        padding-bottom: 5px
    }

.TopNavSubUL {
    margin-top: 6px
}

.TopNavArrowExp {
    background: url('/Style Library/MobinilImages/ArrowOrangBottom.png') no-repeat left 7px;
    display: inline-block;
    width: 10px;
    height: 25px;
    cursor: pointer;
    margin-top: 5px
}

.TopNavArrowColp {
    background: url('/Style Library/MobinilImages/ArrowOrangRight.png') no-repeat left 6px;
    display: inline-block;
    width: 10px;
    height: 25px;
    cursor: pointer;
    margin-top: 5px
}

.TopNavSelected {
    color: #ff7900 !important
}

.TopNavNoChild .TopNavArrowExp {
    display: none
}

.TopNavSubUL {
    display: none
}

.CallToneMusicContainer,
.GamesAppContainer,
.MobileAppContainer,
.NewsAndAlertsContainer {
    padding: 15px 0;
    float: left;
    width: 48.5%
}

.CallToneMusicContainer,
.MobileAppContainer {
    margin-right: 25px
}

.EntertaimentTypeTitle {
    color: #000;
    font: 1.5em HelveticaNeue-Bold;
    width: 70%
}

    .EntertaimentTypeTitle a:hover {
        color: #ff7900 !important;
        text-decoration: none !important
    }

.EnterLandingContainer .EnterItem {
    margin-bottom: 15px;
    position: relative
}

    .EnterLandingContainer .EnterItem .EnterItemImg {
        margin-right: 20px
    }

        .EnterLandingContainer .EnterItem .EnterItemImg img {
            width: 100px;
            height: 100px
        }

    .EnterLandingContainer .EnterItem .EnterItemDetails h3,
    .EnterLandingContainer .EnterItem .EnterItemDetails h4 {
        font: 1.2em HelveticaNeue-Bold;
        line-height: 1.3em !important
    }

        .EnterLandingContainer .EnterItem .EnterItemDetails h4 a {
            font: 1em HelveticaNeue-Roman !important;
            line-height: 1em !important
        }

        .EnterLandingContainer .EnterItem .EnterItemDetails h3 a,
        .EnterLandingContainer .EnterItem .EnterItemDetails h4 a {
            text-decoration: none !important
        }

            .EnterLandingContainer .EnterItem .EnterItemDetails h3 a:hover,
            .EnterLandingContainer .EnterItem .EnterItemDetails h4 a:hover {
                color: #ff7900 !important;
                text-decoration: none !important
            }

.MobileAppContainer .EnterItem .EnterItemDetails {
    margin-top: 35px
}

.GamesAppContainer .EnterItem .EnterItemDetails {
    margin-top: 35px
}

.MusicEntertLanding .JssorSlider.JSContainer {
    width: 950px;
    height: 385px
}

.MusicEntertLanding .JssorSlider .Slides {
    width: 950px;
    height: 385px
}

.MusicEntertLanding .JssorSlider .fa-angle-right {
    right: 2%
}

.MusicEntertLanding .JssorSlider .fa-angle-left {
    left: 2%
}

.MusicEntertLanding .EntertainmentBannerContent {
    position: relative;
    top: 135px;
    left: 80px;
    width: 315px
}

    .MusicEntertLanding .EntertainmentBannerContent p {
        font: 1.3em HelveticaNeue-Bold
    }

    .MusicEntertLanding .EntertainmentBannerContent a {
        padding: 5px 15px !important
    }

.MusicEntertLanding .MusicSearch {
    border: 2px #999 Solid;
    width: 77%;
    padding: 6px 8px 6px 32px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

.MusicEntertLanding input[id*=btnSearch] {
    height: 40px
}

.MusicEntertLanding .fa-search {
    position: absolute;
    top: 9px;
    left: 9px;
    color: #333;
    font-size: 22px
}

.MusicEntertLanding .MusicContainer {
    float: left;
    width: 31.5%;
    padding-right: 2.5%;
    height: 415px;
    margin-bottom: 25px
}

    .MusicEntertLanding .MusicContainer:nth-of-type(3n) {
        padding-right: 0
    }

.MusicEntertLanding .EnterItemDetails {
    width: 45%
}

.EnterItemRating {
    position: absolute;
    bottom: 0;
    width: 50%
}

.ratingStars {
    width: auto !important;
    font-size: 5px;
    margin: 5px 5px 0 0
}

.EnterItemRating span {
    line-height: 1.7em
}

.EntertainmentNewTabs .TabsContainer .TabContent {
    border: 2px solid #000;
    padding: 20px !important;
    box-sizing: border-box
}

.MobileAppBanner {
    position: relative;
    margin-bottom: 20px
}

    .MobileAppBanner img {
        width: 100%
    }

    .MobileAppBanner .MobileAppBannerContent {
        position: absolute;
        top: 15%;
        line-height: 1.3em !important;
        width: 50%
    }

        .MobileAppBanner .MobileAppBannerContent div {
            margin-top: 10px
        }

.MobileApp .EnterItem {
    float: left;
    width: 49%;
    margin-bottom: 40px
}

    .MobileApp .EnterItem:nth-child(odd) {
        margin-right: 12px
    }

    .MobileApp .EnterItem .EnterItemDetails {
        width: 72%
    }

        .MobileApp .EnterItem .EnterItemDetails h4 {
            font: 1.2em HelveticaNeue-Roman;
            line-height: 1.2em !important;
            color: #000 !important;
            margin: 5px 0 10px 0
        }

.OrangeFormValidator span {
    display: inline-block;
    color: red
}

.ServiceContainers a:hover {
    color: #000;
    text-decoration: none
}

.ServiceMainContainer br {
    display: none
}

.ServiceMainContainer .MargB20 {
    margin-bottom: 0
}

.Container.ServiceMainContainer {
    width: 100% !important;
    border-top: 1px solid #ccc
}

.ServiceContSep {
    display: none
}

.ServiceMainContainer > div {
    padding-right: 0;
    width: 100%
}

.ServiceContainers {
    width: 100%
}

.ServiceTitleDiv {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    cursor: pointer
}

    .ServiceTitleDiv:hover a {
        color: #ff7900
    }

    .ServiceTitleDiv:hover:before {
        border-top-color: #ff7900
    }

    .ServiceTitleDiv:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-bottom: none;
        border-right: 10px solid transparent;
        border-top: 10px solid #000;
        float: right;
        margin: 10px 0 10px 10px
    }

.ServiceTitleDivClicked a {
    color: #ff7900 !important;
    text-decoration: none !important
}

.ServiceTitleDivClicked:before {
    border-left: 10px solid transparent;
    border-top: none;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f16e00
}

.ServiceContentDivsWrapper {
    display: none;
    padding: 15px 0
}

.ServiceContentDiv > span {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0
}

    .ServiceContentDiv > span:before {
        content: "\f107";
        color: #000;
        float: right;
        font: 35px FontAwesome;
        margin: -5px 10px
    }

.ServiceContentDiv > .ServiceContentSpanClicked:before {
    content: "\f106"
}

.ServiceUL {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc
}

    .ServiceUL.GenCompMargBMed {
        margin-bottom: 0 !important
    }

    .ServiceUL li {
        padding: 8px 10px
    }

.ServiceTitleDiv a,
.ServiceTitleDiv span {
    font: 1.3em HelveticaNeue-Bold;
    line-height: 1em
}

    .ServiceTitleDiv a:hover {
        color: #f16e00
    }

.OtherServices {
    height: 335px;
    overflow: hidden
}

.helpCommonIssuesWrapper h2,
.helpContactUsAndSocialNetworksWrapper .helpContactUsWrapper h2,
.helpContactUsAndSocialNetworksWrapper .helpSocialNetworksWrapper h2,
.helpWrapper > h2 {
    margin: 40px 0 20px
}

.helpWrapper .OfferDesc {
    height: 38px !important
}

    .helpWrapper .OfferDesc h2 a,
    .helpWrapper .OfferDesc h2 a:visited {
        color: #fff;
        text-decoration: none
    }

        .helpWrapper .OfferDesc h2 a:hover {
            color: #f16e00;
            text-decoration: none
        }

.commonIssuesLinksWrapper,
.helpContactUsAndSocialNetworksWrapper {
    width: 85%;
    display: inline-block
}

    .commonIssuesLinksWrapper a {
        height: 50px;
        border-bottom: 1px solid #ccc;
        font: 1.3em HelveticaNeue-Roman;
        box-sizing: border-box;
        padding: 6px;
        width: 48%
    }

        .commonIssuesLinksWrapper a:nth-of-type(2n+1) {
            float: left
        }

        .commonIssuesLinksWrapper a:nth-of-type(2n) {
            float: right
        }

        .commonIssuesLinksWrapper a:nth-last-child(-n+2) {
            border-bottom: 0
        }

    .helpContactUsAndSocialNetworksWrapper .helpContactUsWrapper,
    .helpContactUsAndSocialNetworksWrapper .helpSocialNetworksWrapper {
        width: 48%;
        display: inline-block
    }

    .helpContactUsAndSocialNetworksWrapper .helpContactUsWrapper {
        float: left
    }

    .helpContactUsAndSocialNetworksWrapper .helpSocialNetworksWrapper {
        float: right
    }

.helpContactUsWrapper .helpContactUsItem {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 16%
}

.helpSocialNetworksItem {
    float: left;
    width: 47%;
    margin-right: 3%;
    display: inline-block;
    box-sizing: border-box;
    padding: 7px;
    margin-top: 20px
}

.helpContactUsWrapper .helpContactUsItem a:hover {
    text-decoration: none
}

.helpContactUsWrapper .helpContactUsItem .contactUsImg {
    width: 27px;
    height: 32px
}

.helpContactUsWrapper .helpContactUsItem .operatorLink .contactUsImg,
.helpContactUsWrapper .helpContactUsItem .operatorLink:active .contactUsImg {
    background: url('/Style Library/OrangeImages/helpContactUsSprite.png') no-repeat 0 8px
}

.helpContactUsWrapper .helpContactUsItem .operatorLink:hover .contactUsImg {
    background: url('/Style Library/OrangeImages/helpContactUsSprite.png') no-repeat 0 -36px
}

.helpContactUsWrapper .helpContactUsItem .findStoreLink .contactUsImg,
.helpContactUsWrapper .helpContactUsItem .findStoreLink:active .contactUsImg {
    background: url('/Style Library/OrangeImages/helpContactUsSprite.png') no-repeat -36px 0
}

.helpContactUsWrapper .helpContactUsItem .findStoreLink:hover .contactUsImg {
    background: url('/Style Library/OrangeImages/helpContactUsSprite.png') no-repeat -36px -44px
}

.helpContactUsWrapper .helpContactUsItem p {
    margin-top: 15px;
    font: 1.1em HelveticaNeue-Bold
}

.helpContactUsWrapper .helpContactUsItem a:hover p {
    color: #ff7900
}

.helpSocialNetworksItem .socialNetworkImg {
    float: left;
    border: 1px solid #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-top: 2px
}

.helpSocialNetworksItem p {
    float: left;
    width: 60%;
    margin: 0 0 0 10px;
    font: 1.1em HelveticaNeue-Bold
}

.helpSocialNetworksItem a {
    display: inline-block
}

    .helpSocialNetworksItem a:active .socialNetworkImg,
    .helpSocialNetworksItem a:focus .socialNetworkImg {
        outline: 3px solid #ff7900
    }

* .helpSocialNetworksItem a .socialNetworkImg :focus {
    outline: 3px solid #ff7900
}

.helpSocialNetworksItem a.facebookLink:hover .socialNetworkImg {
    border-color: #3b5998
}

.helpSocialNetworksItem a.twitterLink:hover .socialNetworkImg {
    border-color: #00aced
}

.helpSocialNetworksItem a.facebookLink:hover .socialNetworkImg path {
    fill: #3b5998
}

.helpSocialNetworksItem a.twitterLink:hover .socialNetworkImg path {
    fill: #00aced
}

.helpSocialNetworksItem a.facebookLink.visited .socialNetworkImg {
    background-color: #3b5998;
    border-color: #3b5998
}

    .helpSocialNetworksItem a.facebookLink.visited .socialNetworkImg * {
        fill: #fff !important
    }

.helpSocialNetworksItem a.twitterLink.visited .socialNetworkImg {
    background-color: #00aced;
    border-color: #00aced
}

    .helpSocialNetworksItem a.twitterLink.visited .socialNetworkImg * {
        fill: #fff !important
    }

#divDownloadAppMsg h3,
#divDownloadImgs h3,
.contactUsBannerContentWrapper h3,
.contactUsInfoWrapper h3 {
    font-size: 1.6em
}

#divDownloadAppMsg h3,
.contactUsBannerContentWrapper h3,
.contactUsInfoWrapper h3 {
    margin-bottom: 10px
}

.contactUsInfoWrapper .contactUsInfoItem .WhiteBtn {
    display: inline-block;
    margin-top: 15px
}

#divDownloadAppMsg .DownloadAppContent,
.FrequentAskedWrapper p,
.contactUsBanner p,
.contactUsInfoWrapper p {
    line-height: 1.4em !important
}

.contactUsInfoWrapper .contactUsInfoItem .helpSocialNetworksItem p {
    line-height: 1.2em !important
}

.contactUsInfoWrapper span.Clear {
    display: block
}

.contactUsInfoWrapper .orangeDSLCustomerBox {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
    border: 1px solid #000;
    float: right;
    margin-top: -88px
}

    .contactUsInfoWrapper .orangeDSLCustomerBox span {
        font: 1.3em HelveticaNeue-Bold;
        float: left;
        width: 48%;
        line-height: 1.2em
    }

    .contactUsInfoWrapper .orangeDSLCustomerBox a {
        float: right;
        line-height: 2.7em !important;
        border: 1px solid #000 !important
    }

.contactUsInfoWrapper .contactUsInfoItem {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10%
}

.contactUsInfoWrapper div.contactUsInfoItem:nth-of-type(2n) {
    float: right
}

.contactUsInfoWrapper div.contactUsInfoItem:nth-of-type(2n+1) {
    float: left
}

.contactUsInfoWrapper div.contactUsInfoItem.dslItem {
    margin-top: 56px
}

.contactUsInfoWrapper h2 {
    margin-bottom: 23px
}

.contactUsInfoWrapper .mailTitle:before,
.contactUsInfoWrapper .phoneTitle:before {
    font: 4px FontAwesome;
    content: "\f095";
    padding-right: 10px;
    display: inline-block;
    font-size: 1em
}

.contactUsInfoWrapper .phoneTitle:before {
    content: "\f095"
}

.contactUsInfoWrapper .mailTitle:before {
    content: "\f0e0"
}

.contactUsInfoWrapper .formTitle:before {
    content: "";
    display: inline-block;
    background: url('/style library/orangeimages/formTitleIco.png') no-repeat;
    width: 27px;
    height: 27px;
    margin-right: 10px
}

.contactUsInfoWrapper .phoneItem {
    margin-bottom: 40px;
    float: left !important
}

.contactUsInfoWrapper .expandMoreWrapper,
.contactUsInfoWrapper .phoneItem {
    display: inline-block
}

.contactUsInfoWrapper .expandMoreWrapper {
    display: none
}

    .contactUsInfoWrapper .expandMoreWrapper h5 {
        white-space: nowrap !important
    }

    .contactUsInfoWrapper .expandMoreWrapper p {
        margin: 0
    }

.contactUsInfoWrapper .phoneItem .contactUsInfoSubItem {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 2%
}

.contactUsInfoWrapper .expandMore,
.contactUsInfoWrapper .expandMore:visited {
    text-decoration: none;
    display: block
}

.contactUsInfoWrapper .expandMoreClicked,
.contactUsInfoWrapper .expandMoreClicked:hover {
    color: #ff7900 !important
}

.contactUsInfoWrapper .expandMore:hover h5:before {
    border-top-color: #ff7900
}

.contactUsInfoWrapper .expandMore:hover {
    text-decoration: none !important
}

.contactUsInfoWrapper .expandMoreClicked h5:before {
    border-bottom: 6px solid #ff7900;
    border-top: 0 !important
}

.contactUsInfoWrapper .expandMore h5:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin: 12px 10px 0 0;
    display: block;
    border-top: 6px solid #000;
    float: left
}

.contactUsInfoWrapper .helpSocialNetworksItem {
    margin-top: 0
}

.contactUsInfoWrapperAfter {
    margin-bottom: 50px
}

.FrequentAskedWrapper {
    background: #000;
    padding: 20px 0;
    margin-bottom: 40px
}

    .FrequentAskedWrapper h2,
    .FrequentAskedWrapper p {
        color: #fff !important
    }

    .FrequentAskedWrapper h2 {
        margin-bottom: 15px
    }

    .FrequentAskedWrapper .BlackBtn,
    .FrequentAskedWrapper .WhiteBtn {
        margin-top: 10px !important;
        display: inline-block
    }

    #divDownloadAppMsg .DownloadAppContent,
    .FrequentAskedWrapper p,
    .contactUsBanner p {
        width: 45%
    }

.contactUsBanner {
    position: relative;
    height: 237px;
    padding-top: 30px;
    box-sizing: border-box
}

    .contactUsBanner .contactUsBannerImgWrapper {
        height: 237px;
        position: absolute;
        z-index: -1;
        width: 100%;
        top: 0;
        overflow: hidden
    }

        .contactUsBanner .contactUsBannerImgWrapper img {
            width: 100%
        }

.WhiteBtn.YourAccountBtn {
    display: inline-block;
    background: url('/Style Library/OrangeImages/YourAccountIcon.png') no-repeat 12px;
    padding-left: 35px !important
}

    .WhiteBtn.YourAccountBtn:hover {
        background: #000 url('/Style Library/OrangeImages/YourAccountIconWhite.png') no-repeat 12px !important;
        padding-left: 35px !important
    }

#divDownloadImgs a {
    display: inline-block;
    margin-right: 50px
}

#divDownloadAppMsg .DownloadAppContent {
    display: block
}

.FAQListNew {
    list-style-type: none
}

    .FAQListNew li {
        padding: 8px 0;
        display: inline-block;
        width: 100%
    }

        .FAQListNew li a:hover {
            text-decoration: none;
            font-weight: Bold !important
        }

        .FAQListNew li a {
            font: 1.28em HelveticaNeue-Roman !important;
            width: 100%
        }

        .FAQListNew li span {
            float: left;
            width: 90%;
            line-height: 1.3em
        }

        .FAQListNew li a:after {
            content: "\f105";
            color: #000;
            float: right;
            font: 25px FontAwesome;
            margin: 0 5px 0 0
        }

.FAQCount {
    display: inline-block !important;
    font: 1.1em HelveticaNeue-Bold !important
}

.FaqQuickLinks a {
    font-weight: Bold !important
}

.FaqRelated a {
    font: 1.25em HelveticaNeue-Roman;
    line-height: 1.4;
    font-weight: 700;
    margin: 15px 15px 15px 0;
    display: block
}

.disclaimerWrapper {
    display: inline-block;
    width: 100%;
    min-height: 78px;
    box-sizing: border-box;
    padding-top: 20px
}

    .disclaimerWrapper .disclaimerAlertTextWrapper,
    .disclaimerWrapper img {
        float: left
    }

    .disclaimerWrapper img {
        width: 42px;
        height: 42px;
        margin-right: 20px
    }

    .disclaimerWrapper .disclaimerAlertTextWrapper {
        width: 80%;
        display: table;
        height: 35px
    }

        .disclaimerWrapper .disclaimerAlertTextWrapper span {
            display: table-cell;
            vertical-align: middle;
            line-height: 1.1em
        }

    .disclaimerWrapper a {
        float: right;
        width: 10%;
        text-align: center;
        padding: 3px !important
    }

.horizontalContainer .mainCareFormItem {
    padding: 0
}

    .horizontalContainer .mainCareFormItem .mainCareTextBoxLabel {
        width: 300px;
        height: 36px;
        margin: 13px 2% 10px 0
    }

    .horizontalContainer .mainCareFormItem .dropDown,
    .horizontalContainer .mainCareFormItem input[type=password],
    .horizontalContainer .mainCareFormItem input[type=text] {
        width: 250px
    }

.horizontalContainer .mainCareRememberMeCheckBoxLabel {
    cursor: pointer
}

.DisplayInlineBlockDesktop {
    display: inline-block
}

.divCheckEligibilityWrapper .mainCareFormItem {
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.divCheckEligibilityWrapper .eligFormField {
    display: table;
    width: 100%
}

.divCheckEligibilityWrapper .LoginBoxCont {
    width: 45%
}

.divCheckEligibilityWrapper .LoginBoxContWithBorder {
    border-left: 1px solid #000;
    margin-left: 4.5%;
    padding-left: 4.5%;
    position: relative
}

.divCheckEligibilityWrapper .eligOrWrapper {
    position: absolute;
    left: -17px;
    top: 45%
}

    .divCheckEligibilityWrapper .eligOrWrapper span {
        background: #fff;
        font: 1.7em HelveticaNeue-Bold
    }

.divCheckEligibilityWrapper .mainCareFormWrapper {
    float: none;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ccc
}

.divCheckEligibilityWrapper .eligFormField .mainCareTextBoxLabel {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-top: 15px
}

.avengersWideWrapper {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

    .avengersWideWrapper .innerLogoWrapper {
        float: left;
        width: 25%
    }

    .avengersWideWrapper .innerInfoWrapper {
        float: left;
        width: 75%;
        box-sizing: border-box;
        padding-left: 20px
    }

    .avengersWideWrapper .innerLogoWrapper img {
        width: 100%
    }

    .avengersWideWrapper .HowToGetOffer ol {
        list-style-position: inside
    }

.baselineAlignment {
    vertical-align: baseline
}

.partnersListWrapper {
    width: 100%
}

    .partnersListWrapper .partnerListItem {
        width: 49%;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 10px;
        height: 180px
    }

        .partnersListWrapper .partnerListItem:nth-of-type(2n+1) {
            margin-right: 1%
        }

        .partnersListWrapper .partnerListItem:nth-of-type(2n) {
            margin-left: 1%
        }

    .partnersListWrapper .partnerListImg {
        width: 25%
    }

        .partnersListWrapper .partnerListImg img {
            width: 100%
        }

    .partnersListWrapper .partnerListInfo {
        width: 75%;
        box-sizing: border-box;
        padding-left: 20px
    }

        .partnersListWrapper .partnerListInfo p {
            height: 80px
        }

.sliderItemTitleWrapper {
    background: #000;
    box-sizing: border-box;
    padding: 12px;
    line-height: 1.3em
}

    .sliderItemTitleWrapper a {
        font: 1.3em HelveticaNeue-Bold;
        color: #fff !important;
        margin-bottom: 8px;
        line-height: 1.1em !important
    }

        .sliderItemTitleWrapper a:hover {
            color: #ff7900 !important;
            text-decoration: none
        }

.OrangeOldForm .formSelect {
    position: relative
}

    .OrangeOldForm .formSelect select {
        width: 207px !important;
        height: 27px !important;
        line-height: 27px !important;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none !important;
        border: solid 1px #ddd !important;
        box-shadow: inset 0 2px 3px #ddd;
        border-radius: 5px !important;
        font: 1.08em HelveticaNeue-Roman, Arial;
        color: #000;
        margin: 1px 0 1px 0 !important;
        padding: 0 20px 0 4px !important;
        vertical-align: middle;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .OrangeOldForm .formSelect select::-ms-expand {
            display: none
        }

    .OrangeOldForm .formSelect::before {
        content: '' !important;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0;
        border-color: #000 transparent transparent;
        position: absolute !important;
        top: 12px !important;
        right: 6px !important;
        left: auto !important;
        z-index: 1 !important
    }

.OrangeNewForm .FormRow .FormControl .dropDown,
.OrangeNewForm .FormRow .FormControl input[type=file],
.OrangeNewForm .FormRow .FormControl input[type=text] {
    width: 100%;
    height: 25px;
    border: 1px solid #999;
    margin: 3px 0 10px 0;
    padding: 0 0 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

    .OrangeNewForm .FormRow .FormControl .dropDown:disabled,
    .OrangeNewForm .FormRow .FormControl input[type=file]:disabled,
    .OrangeNewForm .FormRow .FormControl input[type=password]:disabled,
    .OrangeNewForm .FormRow .FormControl input[type=text]:disabled {
        opacity: .5
    }

.OrangeNewForm .FormRow .FormLabel {
    width: 125px
}

.OrangeNewForm .FormRow .FormControl {
    width: 210px
}

.OrangeNewForm #recaptcha_data {
    border: 0 !important;
    box-shadow: none !important
}

.OrangeNewForm .CapChaTextBWidth {
    width: 210px !important
}

.VoicePlanImg + .PlansDetailsDesc {
    width: 55%;
    margin-left: 20px;
    margin-top: 10px
}

.VoicePlansProductText {
    width: 70%
}

.borderTZero {
    border-top: none !important
}

#dvMenu {
    margin-left: 20px
}

.specialCollectPointsImg {
    max-width: 100%
}

.newOrangeFormItem .mainCareFormField {
    width: 50%;
    padding-right: 5%;
    box-sizing: border-box
}

.newOrangeFormItem .DisplayInlineBlockDesktop,
.newOrangeFormItem .newOrangeFormItemLabel {
    width: 50%
}

.newOrangeFormItem .mainCareTextBoxLabel,
.newOrangeFormItem label {
    font-size: 1.2em
}

.newOrangeFormItem .mainCareTextBoxLabel {
    width: auto
}

.newOrangeFormItem .dropDown,
.newOrangeFormItem input[type=password],
.newOrangeFormItem input[type=text] {
    margin-top: 0
}

.verticalAlignT {
    vertical-align: top
}

.newOrangeFormItem .newOrangeFormCaptchaStyle .FormControl {
    width: 50% !important;
    float: right
}

.newOrangeFormItem .OrangeFormValidator {
    margin: -5px 0 15px
}

#VoicePlansLanding .LandingBoxContainer {
    float: left;
    width: 302px;
    margin: 0 22px 22px 0;
    max-height: 391px
}

    #VoicePlansLanding .LandingBoxContainer:nth-of-type(3n) {
        margin-right: 0
    }

#VoicePlansLanding .LandingBoxImg img {
    display: block;
    width: 100%
}

#VoicePlansLanding .LandingBoxDesc {
    background: #000;
    height: 200px;
    padding: 12px;
    line-height: 1.3em
}

    #VoicePlansLanding .LandingBoxDesc h2 {
        font: 1.3em HelveticaNeue-Bold;
        color: #fff !important;
        margin-bottom: 8px;
        line-height: 1.1em !important
    }

#VoicePlansLanding .LandingBoxBrief {
    font: 1.15em HelveticaNeue-Roman;
    margin-top: 3px;
    color: #fff;
    line-height: 1.25em;
    height: 125px;
    display: inline-block;
    margin-bottom: 10px
}

#VoicePlansLanding .LandingBoxImg a {
    display: block
}

.WidthMaxTablet {
    width: auto
}

#smartbanner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 80px;
    background: #f2f2f2;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    float: none
}

#smartbanner,
html.sb-animation {
    -webkit-transition: all .3s ease
}

    #smartbanner .sb-container {
        margin: 0 auto
    }

    #smartbanner .sb-close {
        position: absolute;
        left: 8px;
        top: 20px;
        display: block;
        width: 14px;
        height: 14px;
        font-size: 18px;
        text-align: center;
        color: #898989;
        text-decoration: none;
        text-shadow: none;
        -webkit-font-smoothing: subpixel-antialiased
    }

        #smartbanner .sb-close:active {
            font-size: 13px;
            color: #aaa
        }

    #smartbanner .sb-icon {
        position: absolute;
        left: 30px;
        top: 10px;
        display: block;
        width: 57px;
        height: 57px;
        background: rgba(0, 0, 0, .6);
        background-size: cover;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
    }

    #smartbanner.no-icon .sb-icon {
        display: none
    }

    #smartbanner .sb-info {
        position: absolute;
        left: 98px;
        top: 18px;
        width: 44%;
        font-size: 11px;
        line-height: 1.2em;
        font-weight: 700;
        color: #6a6a6a;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .8)
    }

    #smartbanner #smartbanner.no-icon .sb-info {
        left: 34px
    }

    #smartbanner .sb-info strong {
        display: block;
        font-size: 13px;
        color: #4d4d4d;
        line-height: 18px
    }

    #smartbanner .sb-info > span {
        display: block
    }

    #smartbanner .sb-info em {
        font-style: normal;
        text-transform: uppercase
    }

    #smartbanner .sb-button {
        position: absolute;
        right: 20px;
        top: 24px;
        min-width: 10%;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        font-weight: 700;
        color: #459cfc;
        text-transform: uppercase;
        text-decoration: none
    }

        #smartbanner .sb-button:active,
        #smartbanner .sb-button:hover {
            background: -webkit-linear-gradient(top, #dcdcdc 0, #efefef 100%)
        }

    #smartbanner .sb-icon.gloss:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        border-top: 1px solid rgba(255, 255, 255, .8);
        width: 100%;
        height: 50%;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .2) 100%);
        border-radius: 10px 10px 12px 12px
    }

    #smartbanner.android .sb-button {
        min-width: 12%;
        color: #fff;
        background: 0 0;
        border-radius: 0;
        box-shadow: none;
        min-height: 28px
    }

        #smartbanner.android .sb-button span {
            text-align: center;
            display: block;
            padding: 0 10px;
            background-color: #689f38;
            text-transform: none;
            text-shadow: none;
            box-shadow: none
        }

        #smartbanner.android .sb-button:active,
        #smartbanner.android .sb-button:hover {
            background: 0 0
        }

            #smartbanner.android .sb-button:active span,
            #smartbanner.android .sb-button:hover span {
                background: #2ac7e1
            }

.DiscoverMoreShape,
.mainMegaMenu .ShapeContainer .GeneralRow {
    width: 16%;
    padding-right: .8%
}

.mainMegaMenu .ShapeContainer .GeneralRow {
    float: left
}

    .DiscoverMoreShape .GeneralRow .Shape,
    .DiscoverMoreShape .GeneralRow .securityShape,
    .mainMegaMenu .ShapeContainer .GeneralRow .Shape,
    .mainMegaMenu .ShapeContainer .GeneralRow .securityShape {
        height: 153px;
        width: 100%;
        margin-right: 0
    }

        .DiscoverMoreShape .GeneralRow .Shape a,
        .DiscoverMoreShape .GeneralRow .Shape a:visited,
        .DiscoverMoreShape .GeneralRow .securityShape a,
        .DiscoverMoreShape .GeneralRow .securityShape a:visited,
        .mainMegaMenu .ShapeContainer .GeneralRow .Shape a,
        .mainMegaMenu .ShapeContainer .GeneralRow .Shape a:visited,
        .mainMegaMenu .ShapeContainer .GeneralRow .securityShape a,
        .mainMegaMenu .ShapeContainer .GeneralRow .securityShape a:visited {
            font-size: 1.4em
        }

    .DiscoverMoreShape:last-child,
    .mainMegaMenu .ShapeContainer .GeneralRow:last-child {
        padding-right: 0
    }

    .DiscoverMoreShape .GeneralRow .Shape:before,
    .DiscoverMoreShape .GeneralRow .securityShape:before,
    .mainMegaMenu .ShapeContainer .GeneralRow .Shape:before,
    .mainMegaMenu .ShapeContainer .GeneralRow .securityShape:before {
        font-size: 150px
    }

.NewAlertBox .BlackBtnWhite,
.NewAlertBox .OrangeBtn {
    width: 90%;
    line-height: 1.6em !important
}

.AlbumDetSubGrid .OrangeBtn {
    padding: 0 10px 3px !important;
    line-height: 1.8em !important
}

#dvAddress .BlackBtnWhite,
#dvAddress .OrangeBtn {
    padding: 1px 10px 5px !important
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.eShopResMenu {
    width: 100%;
    display: block;
    list-style: none;
    height: 55px;
    background: #fff;
    z-index: 1001;
    border: none;
    position: relative;
    margin-bottom: 5px
}

    .eShopResMenu > li {
        height: 55px;
        float: left;
        position: relative
    }

    .eShopResMenu li a {
        font: 1.4em HelveticaNeue-Bold
    }

    .eShopResMenu > li > a {
        margin: 0 56px 0 0
    }

    .eShopResMenu li a:active,
    .eShopResMenu li a:hover {
        text-decoration: none
    }

    .eShopResMenu li .eShopResMenuSubUL {
        display: none;
        list-style: none;
        background: #fff;
        position: absolute;
        top: 55px;
        padding-bottom: 10px;
        -webkit-box-shadow: 0 10px 30px -10px rgba(50, 50, 50, .4);
        box-shadow: 0 10px 30px -10px rgba(50, 50, 50, .4);
        min-width: 100%
    }

        .eShopResMenu li .eShopResMenuSubUL li {
            height: 30px;
            display: table;
            width: 100%;
            box-sizing: border-box;
            padding: 5px 10px
        }

            .eShopResMenu li .eShopResMenuSubUL li a {
                font: 1.1em HelveticaNeue-Roman;
                line-height: 1.2em !important;
                display: table-cell;
                vertical-align: middle;
                white-space: nowrap
            }

.eShopMobileMenuSelection {
    display: none;
    font: 1.7em HelveticaNeue-Bold;
    line-height: 35px !important
}

    .eShopMobileMenuSelection span {
        margin: 0 10px;
        display: block;
        line-height: 1.4em
    }

.eShopMobileMenuCaret {
    display: none !important
}

.VoicePlanImg {
    max-width: 40%
}

    .VoicePlanImg img {
        max-width: 100%;
        height: auto
    }

.fourGVideoWrapper {
    height: 500px
}

    .fourGVideoWrapper iframe {
        display: block
    }

.orange4GAdvWrapper {
    background: #000
}

    .orange4GAdvWrapper img {
        width: 100%
    }

.checkSimFieldWrapper > *,
.checkSimInfoItem {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box
}

.checkSimInfoWrapper > div {
    min-height: 1px
}

.checkSimInfoIconWrapper img {
    height: 70px
}

.checkSimInfoItem .checkSimInfoIconWrapper span {
    margin-top: 20px
}

.checkSimInfoItem a {
    white-space: nowrap
}

.checkSimBoxWrapper {
    padding: 0
}

    .checkSimBoxWrapper input.checkSimInput {
        width: 75%;
        height: 38px;
        border: 2px solid #000;
        color: #000;
        box-sizing: border-box
    }

    .checkSimBoxWrapper input.checkSimInputLoading {
        background: #fff url(/Style%20Library/OrangeImages/4G/FourGSpinner.gif) no-repeat;
        background-position: 98% 4px;
        background-size: 25px 25px;
        color: #ccc !important
    }

    .checkSimBoxWrapper .OrangeBtn:disabled {
        color: #fff !important;
        background: #ccc !important;
        text-shadow: none;
        border: 2px solid #ccc !important
    }

.ThreeGFourGDiffWrapper {
    background: #000;
    color: #fff
}

.ThreeGFourGDiffBigWrapper > .FL {
    width: 50%
}

    .ThreeGFourGDiffBigWrapper > .FL:nth-of-type(2n-1) {
        padding-right: 30px;
        box-sizing: border-box
    }

.ThreeGFourGDiffDropdownWrapper h3 {
    width: 75%
}

.ThreeGFourGDiffInnerWrapper select {
    background: #fff;
    font-weight: 700;
    padding: 0 5px;
    padding: 0;
    padding-left: 5px;
    border: 0
}

.fourGProgressBarTitle {
    font-size: 2.5em;
    line-height: 1em
}

.fourGProgressBar {
    width: 83%;
    height: 13px;
    background: #eee;
    position: relative;
    margin-top: 15px;
    overflow: hidden
}

.fourGProgressBarFill {
    width: 0;
    height: 13px;
    background: #4bb4e6;
    position: absolute;
    top: 0;
    left: 0
}

.greenCircle,
.yellowCircle {
    line-height: 1em;
    margin-top: -5px
}

    .greenCircle:before,
    .yellowCircle:before {
        content: '';
        width: 13px;
        height: 13px;
        display: block;
        float: right;
        margin-top: 3px;
        border-radius: 50%;
        margin-left: 5px
    }

    .greenCircle:before {
        background: #50be87
    }

    .yellowCircle:before {
        background: #ffd200
    }

.BorderBox {
    box-sizing: border-box
}

.FourGBannerWrapper {
    position: relative;
    overflow: hidden
}

    .FourGBannerWrapper h2 {
        font-size: 9em !important;
        line-height: .5em !important;
        margin-bottom: 45px !important
    }

    .FourGBannerWrapper .haveYouTriedInnerWrapper {
        height: 100%
    }

        .FourGBannerWrapper .haveYouTriedInnerWrapper a {
            position: absolute;
            bottom: 30px
        }

.getReadyFor4GImg {
    width: 15%
}

    .getReadyFor4GImg img {
        width: 100%
    }

.getReadyFor4GInfo {
    width: 85%;
    padding-left: 20px;
    box-sizing: border-box
}

.knowMoreFourGWrapper .knowMoreFourGItem {
    width: 30%;
    margin: 0 2.5%
}

#latest4GOffersCarousel .knowMoreFourGItem {
    width: 100%;
    margin: 0
}

.knowMoreFourGWrapper .knowMoreFourGItem:first-child {
    margin-left: 0
}

.knowMoreFourGWrapper .knowMoreFourGItem:last-child {
    margin-right: 0
}

.knowMoreFourGWrapper .knowMoreFourGItem a {
    overflow: hidden
}

.knowMoreFourGWrapper h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #000
}

.knowMoreFourGItem .LatestOfferFourGItemTitle {
    background: #000;
    padding: 15px;
    box-sizing: border-box
}

    .knowMoreFourGItem .LatestOfferFourGItemTitle a,
    .knowMoreFourGItem .LatestOfferFourGItemTitle a:visited {
        color: #fff;
        overflow: visible;
        font-size: 1.2em
    }

        .knowMoreFourGItem .LatestOfferFourGItemTitle a:hover {
            text-decoration: none;
            color: #f16e00
        }

.myAccountLoginWrapper .newLoginInputWrapper {
    width: 66%
}

.myAccountLoginWrapper .fa-facebook:before {
    color: #fff;
    font-size: 2em
}

.myAccountLoginWrapper .mainCareFormItem {
    padding: 0
}

.myAccountLoginWrapper .mainCareTextBoxLabel {
    color: #000;
    font-size: 1em
}

.myAccountLoginWrapper .FirstVisitWrapper > div,
.myAccountLoginWrapper .alreadyRegisteredWrapper > div {
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box
}

.myAccountLoginWrapper .FirstVisitWrapper:not(.oneChildWrapper) > div:last-child,
.myAccountLoginWrapper .alreadyRegisteredWrapper:not(.oneChildWrapper) > div:last-child {
    padding-right: 0;
    padding-left: 15px
}

.myAccountLoginWrapper input[type=submit] {
    height: 39px !important
}

.myAccountLoginWrapper .FirstVisitWrapper input[type=radio],
.myAccountLoginWrapper .alreadyRegisteredWrapper input[type=radio] {
    margin: 6px 3px 0 0
}

.myAccountLoginWrapper .mainCareAlreadyRegisteredTitle,
.myAccountLoginWrapper input[type=radio] ~ label {
    font-size: 1.7em;
    font-family: HelveticaNeue-Bold
}

.myAccountLoginWrapper .alreadyRegisteredWrapper .mainCareFBLoginBtn,
.myAccountLoginWrapper .alreadyRegisteredWrapper .mainCareFBLoginBtn:hover {
    height: 60px !important;
    padding-top: 8px;
    font-size: 1.7em
}

.active.progress {
    background: #ff7900
}

    .active.progress:after {
        border-left: 15px solid #ff7900
    }

.done.progress {
    background: #000
}

    .active.progress p,
    .done.progress p {
        color: #fff
    }

    .done.progress:after {
        border-left: 15px solid #000
    }

.progressStepsWrapper {
    width: 100%;
    overflow: hidden
}

.progress {
    width: 50%;
    height: 36px;
    float: left;
    background: #ccc;
    position: relative
}

    .progress:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid #ccc;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 200
    }

    .progress:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 19px solid #fff;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        position: absolute;
        z-index: 199;
        left: 1px;
        top: -5px
    }

    .progress:first-child:before {
        display: none
    }

    .progress:last-child:after {
        display: none
    }

    .progress p {
        font-size: 1.15em;
        line-height: 2.3em !important;
        margin: 0
    }

.labelWrapperOne {
    width: 475px;
    margin-left: auto;
    margin-right: 0;
    position: relative
}

.labelWrapperTwo {
    width: 475px;
    margin-left: 30px;
    margin-right: auto;
    position: relative
}

.orangeNewForm {
    width: 100%;
    display: inline-block
}

.orangeNewFormItem {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px
}

.orangeNewForm .columnLeft .orangeNewFormItem,
.orangeNewForm .columnRight .orangeNewFormItem {
    display: block
}

.columnLeft,
.orangeNewForm.orangeNewHorizontalForm .orangeNewFormItem:nth-child(odd) {
    width: 50%;
    clear: left
}

.columnRight,
.orangeNewForm.orangeNewHorizontalForm .orangeNewFormItem:nth-child(even) {
    width: 50%;
    clear: right
}

.orangeNewForm.orangeNewHorizontalForm .orangeNewFormItem {
    float: left
}

.orangeNewFormItem span {
    font: 1em HelveticaNeue-Bold;
    line-height: 1em
}

.orangeNewFormItem > span {
    display: block
}

.orangeNewFormItem span.Orange {
    font-size: 1em
}

.columnLeft .orangeNewFormItem,
.orangeNewForm.orangeNewHorizontalForm .orangeNewFormItem:nth-child(odd) {
    padding-right: 5%;
    box-sizing: border-box
}

.columnRight .orangeNewFormItem,
.orangeNewForm.orangeNewHorizontalForm .orangeNewFormItem:nth-child(even) {
    padding-right: 0;
    padding-left: 5%;
    box-sizing: border-box
}

.formSelect select,
.orangeNewFormItem input[type=number],
.orangeNewFormItem input[type=password],
.orangeNewFormItem input[type=text],
.orangeNewFormItem textarea {
    width: 100%;
    height: 36px;
    border: 1px solid #999 !important;
    margin: 10px 0 0;
    padding: 0;
    text-indent: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    background: 0 0;
    padding-left: 5px;
    text-indent: 0
}

.orangeNewFormItem textarea {
    height: 75px;
    resize: vertical
}

.orangeNewFormItem button + input[type=number],
.orangeNewFormItem button + input[type=password],
.orangeNewFormItem button + input[type=text] {
    width: calc(100% - 102px);
    margin-left: 10px;
    margin-top: 10px
}

.orangeNewFormItem #PressRegistrationCaptcha {
    margin-bottom: 5px !important
}

.orangeNewFormItem #recaptcha_data {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin-bottom: 0;
    width: 100%
}

    .orangeNewFormItem #recaptcha_data input {
        width: 100% !important;
        height: 36px;
        border: 1px solid #999;
        margin: 13px 0 10px;
        padding: 0;
        text-indent: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0
    }

.orangeNewFormBtnsWrapper {
    float: right
}

    .orangeNewFormBtnsWrapper .BlackBtn,
    .orangeNewFormBtnsWrapper .BlackBtnWhite,
    .orangeNewFormBtnsWrapper .OrangeBtn,
    .orangeNewFormBtnsWrapper .WhiteBtn {
        padding: 1px 16px 5px !important;
        font-size: 1.1em !important;
        float: right;
        margin-left: 10px
    }

.formCalendar {
    position: relative
}

    .formCalendar .fa-calendar {
        position: absolute;
        top: 20px;
        right: 10px;
        font-size: 1.5em;
        cursor: pointer
    }

    .formCalendar img {
        display: none
    }

        .formCalendar img + div {
            top: 45px !important;
            right: 0 !important;
            left: auto !important
        }

.uploadBtn {
    margin-top: 10px
}

.formSelect {
    position: relative
}

    .formSelect:before {
        content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: -1
    }

.orangeNewForm.orangeNewHorizontalForm .orangeNewFormItem.CaptchaStyle {
    margin-top: 0
}

.orangeNewForm .orangeNewFormItem input[type=checkbox],
.orangeNewForm .orangeNewFormItem input[type=radio] {
    margin: 5px 5px 0 0
}

.orangeNewForm .orangeNewFormItem .FormRow.CaptchaStyle {
    margin-left: 0 !important;
    margin-top: 0;
    width: 100%
}

    .orangeNewForm .orangeNewFormItem .FormRow.CaptchaStyle .FormControl {
        width: 100%
    }

#recaptcha_data .text_field {
    margin-top: 5px !important
}

#HP-FunBundle.funBundleNewLook {
    background: #000;
    margin: 30px 0 35px
}

    #HP-FunBundle.funBundleNewLook .FunbundleCat {
        width: calc((100%/4) - 1px);
        padding-right: 15px;
        box-sizing: border-box
    }

    #HP-FunBundle.funBundleNewLook .FunBundle .FunbundleCat:not(:first-child) {
        left: 0
    }

.funBundleNewLook .funBundleImg {
    width: 91px;
    height: 91px;
    background: url(/style%20library/orangeimages/funBundleSprite.png) no-repeat
}

.funBundleNewLook .tariff1Img {
    background-position: 0 0
}

.funBundleNewLook .tariff2Img {
    background-position: -452px 0
}

.funBundleNewLook .tariff3Img {
    background-position: -226px 0
}

.funBundleNewLook .tariff4Img {
    background-position: -339px 0
}

.funBundleNewLook .tariff5Img {
    background-position: -570px 0
}

.funBundleNewLook .tariff6Img {
    background-position: -668px 0
}

.funBundleNewLook .tariff7Img {
    background-position: 0 -116px
}

#HP-FunBundle.funBundleNewLook .FunbundleCat h3 {
    margin: 0 0 10px;
    font-size: 1.6em;
    color: #fff !important
}

#HP-FunBundle.funBundleNewLook .FunCatText {
    margin-left: 0;
    width: 100%
}

    #HP-FunBundle.funBundleNewLook .FunCatText p {
        font-weight: 400;
        font-family: HelveticaNeue-Bold;
        font-size: 1.15em;
        color: #fff !important
    }

.btnToLink,
.btnToLink:visited {
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent !important;
    color: #000 !important;
    font: 1.08em HelveticaNeue-Roman !important
}

.TariffTableClasses .btnToLink,
.TariffTableClasses .btnToLink:visited {
    padding: 0 !important;
    min-width: auto !important;
    font-size: 1em !important
}

.btnToLink:hover {
    color: #f16e00 !important
}

.checkSlideBtn {
    position: relative;
    width: 70px;
    height: 30px;
    background: #000;
    margin-right: 20px;
    cursor: pointer
}

    .checkSlideBtn:after,
    .checkSlideBtn:before {
        color: #fff;
        font: normal normal normal 26px/1 FontAwesome;
        cursor: pointer;
        margin-top: 2px;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        float: left;
        width: 50%;
        text-align: center
    }

    .checkSlideBtn:before {
        content: "\f00c"
    }

    .checkSlideBtn:after {
        content: "\f00d"
    }

    .checkSlideBtn div {
        width: 29px;
        height: 24px;
        background: #fff;
        position: absolute;
        left: 3px;
        top: 3px;
        transition: all .3s ease
    }

.hasCheckSlideBtn:checked ~ .checkSlideBtn div {
    left: 38px;
    transition: all .3s ease
}

.feedbackContainer {
    bottom: 52%;
    right: 0;
    position: fixed;
    z-index: 9999;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

a.feedback {
    color: #ff7900;
    background-color: rgba(214, 214, 214, .7);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 6px;
    float: left;
    display: inline-block;
    border-top-right-radius: 10px
}

a.clickChat {
    background-color: rgba(255, 121, 0, .7);
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 6px;
    float: left;
    border-top-left-radius: 10px
}

a.feedback::before {
    background: rgba(214, 214, 214, .5)
}

a.feedback::after {
    background-color: #d6d6d6
}

a.clickChat::before {
    background: rgba(255, 121, 0, .5)
}

a.clickChat::after {
    background: #ff7900
}

a.feedback:hover::after {
    -webkit-transition-delay: 175ms;
    transition-delay: 175ms
}

a.clickChat:hover::after {
    -webkit-transition-delay: 175ms;
    transition-delay: 175ms
}

a.feedback:hover::after,
a.feedback:hover::before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

a.clickChat:hover::after,
a.clickChat:hover::before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

a.clickChat::after,
a.clickChat::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

a.feedback::after,
a.feedback::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

a.clickChat:hover {
    color: #fff;
    text-decoration: none
}

a.feedback:hover {
    color: #ff7900;
    text-decoration: none
}

span.feedback-text {
    font-weight: 600;
    text-align: center;
    letter-spacing: .04em;
    padding: 10px
}

.cx-widget.cx-theme-light .cx-side-button-group .cx-side-button {
    display: none !important
}

.roamingItem div.ui-widget {
    margin-left: 0;
    margin-right: 30px;
    width: 190px
}

.roamingItem div {
    margin-left: 30px
}

div.radioBtnItem {
    position: relative;
    display: inline;
    width: 25%
}

    div.radioBtnItem input[type=radio] {
        position: absolute;
        visibility: hidden
    }

    div.radioBtnItem label span.networkTitle {
        font-weight: 600
    }

    div.radioBtnItem label span.networkDesc {
        line-height: 1.5em;
        display: block
    }

    div.radioBtnItem label {
        cursor: pointer;
        display: block
    }

    div.radioBtnItem .bullet {
        position: absolute;
        border: 5px solid #d6d6d6;
        height: 15px;
        width: 15px;
        content: "";
        top: 7px;
        left: -10%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 100%
    }

.mainNetwork div {
    padding-left: 30px
}

.radioBtnItem input[type=radio]:checked ~ label.mainNetwork .bullet {
    border-color: #ff7900;
    -webkit-animation: radio-checked .5s forwards;
    animation: radio-checked .5s forwards
}

@-webkit-keyframes radio-checked {
    0% {
        border: 5px solid #aaa
    }

    25% {
        border: 2px solid #aaa
    }

    50% {
        border: 7px solid #aaa
    }

    100% {
        border: 5px solid #ff7900
    }
}

@keyframes radio-checked {
    0% {
        border: 5px solid #aaa
    }

    25% {
        border: 2px solid #aaa
    }

    50% {
        border: 7px solid #aaa
    }

    100% {
        border: 5px solid #ff7900
    }
}

.ui-menu .ui-menu-item {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 0 !important
}

.ui-menu {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 200px
}

.ui-widget p {
    margin: 5px 0;
    display: inline-block;
    color: red
}

.ui-widget input,
ul.ui-widget {
    line-height: 25px;
    font-size: 13px !important;
    font-family: HelveticaNeue-Roman, tahoma !important
}

.roamingItem .ui-widget input {
    height: 25px;
    border: 1px solid #000;
    font-weight: 600;
    width: 100%;
    color: #000
}

    .roamingItem .ui-widget input:focus {
        border-color: #ff7900
    }

.ui-widget label.searchIcon {
    color: #d6d6d6;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: -6px;
    margin-top: 0;
    cursor: text;
    padding: 2.4px 0
}

.roamingValidation {
    margin-left: 25%
}

.roamingDetails {
    width: 50%
}

.networksBox {
    background-color: #000;
    color: #000;
    padding: 20px;
    width: 260px
}

    .networksBox h2 {
        color: #fff !important;
        text-align: center
    }

.networkType {
    font-size: 32px;
    background-color: #595959;
    border-radius: 50%;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    float: left
}

.ActiveNetworkType {
    padding: 10px
}

    .ActiveNetworkType .networkType {
        background-color: #ff7900;
        color: #fff
    }

    .ActiveNetworkType .networkTypeName {
        color: #fff
    }

.networkTypeName {
    color: #595959;
    font-size: 20px;
    padding: 10px
}

.networkDiv {
    padding: 10px
}

.ui-widget {
    position: relative
}

.ui-menu .ui-menu-item:hover {
    background-color: #000;
    color: #fff
}

.packageItemWrapper .packageBenefits {
    background-color: #000;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    border-bottom: 2px solid #777
}

    .packageItemWrapper .packageBenefits::after,
    .packageItemWrapper .packageBenefits::before {
        content: "";
        background-color: #000;
        position: absolute;
        top: 0;
        width: 100vh;
        height: 100%;
        border-bottom: 2px solid #777
    }

    .packageItemWrapper .packageBenefits::before {
        left: 100%
    }

    .packageItemWrapper .packageBenefits::after {
        right: 100%
    }

.packageItemWrapper h2 {
    font: 2.26em HelveticaNeue-Bold;
    margin-bottom: 10px
}

.packageItemWrapper .packageContent p,
.packageItemWrapper span {
    font-size: 1.231em;
    line-height: 1.2em !important;
    margin-bottom: 5px
}

.packageItemWrapper .packageBenefits {
    position: relative;
    background: #000;
    color: #fff;
    box-sizing: border-box
}

    .packageItemWrapper .packageBenefits .packageBenefitsWrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        background: #000;
        color: #fff;
        box-sizing: border-box
    }

.packageItemWrapper .benefitItem {
    max-width: calc(100% / 3)
}

    .packageItemWrapper .benefitItem.benefitItemBtn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

.packageItemWrapper .benefitIcon {
    background: url('/Style Library/OrangeImages/gopackages/gopackagessprite.png') no-repeat;
    height: 38px;
    width: 40px;
    margin-bottom: 5px
}

.packageItemWrapper .priceIcon {
    background-position: 0 8px
}

.packageItemWrapper .quotaIcon {
    background-position-x: -52px
}

.packageItemWrapper .speedIcon {
    background-position-x: -100px
}

.packageItemWrapper .benefitTitle {
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-size: 1.2rem
}

.packageItemWrapper .benefitBigText {
    font: 2em HelveticaNeue-Bold;
    line-height: 1em
}

.packageItemWrapper .packageContentSubBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.packageItemWrapper .packageContentBtn span {
    display: block;
    float: right;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.packageItemWrapper .packageContentBtn.active span {
    border-bottom-color: #ff7900;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.packageItemWrapper .packageContent {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    display: none
}

    .packageItemWrapper .packageContent p {
        width: 70%
    }

.goPassesWrapper .packageItemWrapper {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 0;
    background: #000;
    color: #fff;
    margin-top: 10px;
    box-sizing: border-box
}

    .goPassesWrapper .packageItemWrapper .packageBenefits {
        position: relative;
        padding-right: 15%;
        box-sizing: border-box;
        border-bottom: 0
    }

    .goPassesWrapper .packageItemWrapper .benefitItem,
    .packageItemWrapper .twoBenefitContent {
        margin: 0 18px 0 0
    }

    .goPassesWrapper .packageItemWrapper .benefitItem {
        max-width: 50%;
        width: auto
    }

        .goPassesWrapper .packageItemWrapper .benefitItem:last-child {
            position: absolute;
            bottom: 20px;
            right: 0
        }

    .goPassesWrapper .packageItemWrapper .twoBenefitContent {
        margin-bottom: 20px;
        max-width: 45%
    }

    .goPassesWrapper .packageItemWrapper .benefitTitle,
    .packageItemWrapper .benefitDesc {
        font-size: .875rem !important;
        letter-spacing: 1px;
        line-height: 1.2em
    }

    .goPassesWrapper .packageItemWrapper .benefitValue {
        font: 2em HelveticaNeue-Bold;
        line-height: 1em
    }

    .goPassesWrapper .packageItemWrapper .benefitDesc {
        font-size: 1em
    }

    .goPassesWrapper .packageItemWrapper .packageDesc {
        display: none
    }

    .goPassesWrapper .packageItemWrapper .benefitItem .packageBtn {
        padding: 1px 16px 5px !important
    }

@keyframes scroll {
    0% {
        -webkit-transform: translateY(50%) translateY(1px);
        transform: translateY(50%) translateY(1px)
    }

    100% {
        -webkit-transform: translateY(-100%) translateY(160px);
        transform: translateY(-100%) translateY(160px)
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(50%) translateY(1px);
        transform: translateY(50%) translateY(1px)
    }

    100% {
        -webkit-transform: translateY(-100%) translateY(160px);
        transform: translateY(-100%) translateY(160px)
    }
}

.slot-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slot-wrapper .img-wrapper img {
    width: 100vw;
    display: block
}

.slot-wrapper button.OrangeBtn.startBtn {
    position: absolute;
    top: 75%;
    z-index: 999;
    left: 46vw;
    width: 107px;
    height: 50px;
    font-size: 1rem !important
}

.slot-wrapper {
    position: relative
}

    .slot-wrapper .box-wrapper.spinning .box:nth-of-type(2) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .slot-wrapper .box-wrapper.spinning .box:nth-of-type(3) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .slot-wrapper .box-wrapper.spinning .box:nth-of-type(4) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .slot-wrapper .box-wrapper .box .offers {
        -ms-flex: 0 1 auto
    }

    .slot-wrapper .box-wrapper.spinning .box .offers {
        animation: scroll 2s ease infinite;
        -webkit-animation: scroll 2s ease infinite;
        overflow: hidden
    }

    .slot-wrapper .idle button.OrangeBtn.startBtn {
        top: 49%;
        left: 46vw
    }

    .slot-wrapper .idle .box-wrapper .box .offers {
        width: 100%
    }

    .slot-wrapper .spinning.box-wrapper .box .offers {
        width: 100%
    }

    .slot-wrapper .idle .box-wrapper {
        height: 30%;
        bottom: 13%;
        padding: 2%
    }

    .slot-wrapper .spinning .offer-details {
        padding: 60% 0
    }

    .slot-wrapper .offer-details {
        text-align: center;
        padding: 5% 0
    }

    .slot-wrapper .box-wrapper {
        position: absolute;
        padding: 3%;
        bottom: 9%;
        height: 47%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 999;
        left: 23.5%;
        width: 53%;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden
    }

    .slot-wrapper .box {
        border: 1px solid #fff;
        background: #fff;
        padding: 0 2%;
        color: #000;
        border: .25vw solid #ccc;
        width: 27.71%;
        -webkit-border-radius: 10%;
        border-radius: 10%;
        height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .slot-wrapper .offers img {
        width: 100%
    }

    .slot-wrapper .offer-details img {
        width: 100%
    }

        .slot-wrapper .offer-details img.gift {
            width: 58%
        }

    .slot-wrapper span.unit-block {
        margin-bottom: 16px;
        display: block
    }

    .slot-wrapper .Orange {
        font: 5.625rem HelveticaNeue-Bold;
        line-height: 1em
    }

    .slot-wrapper span.unit {
        font-size: 2.1875rem
    }

    .slot-wrapper span.offer-text {
        font-size: 1.875rem;
        line-height: 1.8rem;
        display: block;
        margin-bottom: 10px
    }

    .slot-wrapper a.underline-more-link {
        color: #ff7900;
        text-decoration: underline;
        font-size: 1.875rem;
        display: block;
        margin-bottom: 10px
    }

    .slot-wrapper .OrangeBtn.DisabledBtn:disabled {
        opacity: 1
    }

.securityShape.icon-Router:before {
    position: static;
    font-size: 2rem;
    color: #fff
}

.securityShape.icon-InclisiveMBs:before {
    position: static;
    font-size: 2rem;
    color: #fff
}

.securityShape.icon-SpecialTime:before {
    position: static;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle
}

.securityShape.icon-SpecialTime {
    float: left !important
}

.securityShape.icon-AllDay:before {
    position: static;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle
}

.securityShape.icon-AllDay {
    float: left !important
}

.progress-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .progress-arrow:after {
        clear: both;
        display: table;
        content: ""
    }

.progress-step {
    height: 40px;
    position: relative;
    float: left;
    overflow: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color 250ms ease-out, width 250ms ease-out;
    -o-transition: background-color 250ms ease-out, width 250ms ease-out;
    transition: background-color 250ms ease-out, width 250ms ease-out
}

    .progress-step::before {
        content: "";
        position: absolute;
        top: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #fff;
        left: 0
    }

    .progress-step:first-child::before {
        display: none
    }

    .progress-step::after {
        content: "";
        position: absolute;
        top: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #d6d6d6;
        left: 99.9%;
        z-index: 2
    }

    .progress-step:last-child::after {
        display: none
    }

.progress-arrow .progress-step {
    width: -webkit-calc((100% / 5) - (3px * ((5 - 1)/ 5)));
    width: calc((100% / 5) - (3px * ((5 - 1)/ 5)))
}

    .progress-arrow .progress-step.home-dsl {
        width: -webkit-calc((100% / 3) - (4px * ((3 - 1)/ 3)));
        width: calc((100% / 3) - (4px * ((3 - 1)/ 3)))
    }

.progress-step:not(:last-child) {
    margin-right: 3px
}

.step-active ~ .progress-step {
    background-color: #d6d6d6;
    color: #000
}

.step-active {
    background-color: #ff7900;
    color: #fff
}

    .step-active::after {
        border-left-color: #ff7900
    }

.progress-title {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    font-family: HelveticaNeue-Bold !important;
    font-size: .9rem;
    line-height: 1rem;
    z-index: 3
}

    .progress-title.first-step {
        left: 10px
    }

.step-done {
    background-color: #000;
    color: #fff
}

    .step-done::after {
        border-left-color: #000
    }

.labelWrapper {
    width: auto;
    margin-left: 30px;
    margin-right: auto;
    position: relative
}

.line-purchase-img {
    width: 40%;
    margin-right: 20px
}

    .line-purchase-img img {
        width: 100%;
        object-fit: contain;
        -o-object-fit: contain
    }

.line-purchase-content {
    width: 50%;
    overflow: hidden
}

    .line-purchase-content p {
        font-size: 16px
    }

.purchase-inline-img {
    margin-right: 20px
}

.securityShape.purchaseLinePlan:before {
    position: static;
    font-size: 5rem
}

.purchaseLineLocation .path1:before {
    content: "\e90b";
    color: #a885d8;
    font-size: 5rem;
    font-family: securityShape
}

.purchaseLineLocation .path2:before {
    content: "\e90c";
    color: #492191;
    margin-left: -.6474609375em;
    font-size: 5rem;
    font-family: securityShape
}

.purchaseLineFind .path1::before {
    content: "\e917";
    color: #ff7900;
    font-size: 5rem;
    font-family: securityShape;
    position: relative
}

.purchaseLineFind .path2::before {
    content: "\e918";
    color: #ffd200;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path3::before {
    content: "\e919";
    color: #ffd200;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path4::before {
    content: "\e91a";
    color: #ffd200;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path5::before {
    content: "\e91b";
    color: #ffd200;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path6::before {
    content: "\e91c";
    color: #ffd200;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path7::before {
    content: "\e91d";
    color: #ffd200;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path8::before {
    content: "\e91e";
    color: #ffd200;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path9::before {
    content: "\e91f";
    color: #fff;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path10::before {
    content: "\e920";
    color: #fff;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: absolute
}

.purchaseLineFind .path11::before {
    content: "\e921";
    color: #fff;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape;
    position: relative
}

.purchaseLineDocs .path1:before {
    content: "\e910";
    color: #ffd200;
    font-size: 5rem;
    font-family: securityShape
}

.purchaseLineDocs .path2:before {
    content: "\e911";
    color: #ffb400;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape
}

.purchaseLineDocs .path3:before {
    content: "\e912";
    color: #fff6b6;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape
}

.purchaseLineDocs .path4:before {
    content: "\e913";
    color: #fff6b6;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape
}

.purchaseLineDocs .path5:before {
    content: "\e914";
    color: #fff6b6;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape
}

.purchaseLineDocs .path6:before {
    content: "\e915";
    color: #fff6b6;
    margin-left: -1em;
    font-size: 5rem;
    font-family: securityShape
}

.securityShape.purchaseLineDone:before {
    position: static;
    font-size: 5rem
}

#divState hr {
    height: 2px;
    background: #d6d6d6;
    color: #d6d6d6
}

.selectLocation .selectDiv .customArrow .customSelect {
    width: 100%;
    height: 37px;
    border: 2px solid #ccc;
    padding: 0;
    text-indent: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    background: 0 0;
    padding-left: 10px;
    text-indent: 0;
    font-size: 14px;
    line-height: 21px;
    font-family: HelveticaNeue-Bold;
    cursor: pointer
}

    .selectLocation .selectDiv .customArrow .customSelect:focus {
        border-color: #ff7900
    }

.selectLocation .selectDiv .customArrow:before {
    width: 0;
    height: 0;
    right: 22px;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 11px;
    z-index: -1;
    font-size: 20px
}

.selectLocation .selectDiv .customArrow {
    position: relative
}

.selectDiv select::-ms-expand {
    display: none
}

@media all and (min-width:0\0) and (min-resolution:0.001dpcm) {
    .select select {
        padding-right: 0
    }

    .select:after,
    .select:before {
        display: none
    }
}

.selectLocation .selectDiv label {
    cursor: pointer;
    font-size: 16px
}

.selectLocation .selectDiv {
    width: 25%;
    position: relative
}

    .selectLocation .selectDiv .customArrow select:disabled {
        cursor: not-allowed
    }

.selectLocation .OrangeBtn,
.selectLocation .WhiteBtn {
    margin-top: -5px
}

    .selectLocation .OrangeBtn:disabled {
        background-color: #ccc !important;
        opacity: 1;
        border-color: #ccc !important;
        cursor: not-allowed;
        margin-left: 2%;
        color: #fff !important;
        text-shadow: none
    }

.state-wrapper .state-item {
    width: calc(100%/3 - .01px)
}

    .state-wrapper .state-item .state-icon {
        margin-right: 15px;
        margin-top: 5px;
        width: 40px
    }

        .state-wrapper .state-item .state-icon:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineLocation .path1:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineLocation .path2:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path1:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path2:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path3:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path4:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path5:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path6:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path7:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path8:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path9:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path10:before {
            font-size: 2.5rem
        }

        .state-wrapper .state-item .state-icon.purchaseLineFind .path11:before {
            font-size: 2.5rem
        }

    .state-wrapper .state-item .state-content:not(last-child) {
        margin-right: 20px
    }

    .state-wrapper .state-item .state-content .state-text {
        font-size: 1.25rem;
        line-height: 1rem !important
    }

.customRadioBtns {
    position: relative;
    float: left;
    width: calc(100%/4);
    margin-bottom: 20px
}

    .customRadioBtns .customRadio {
        position: absolute;
        border: 7px solid #cbcbcb;
        height: 23px;
        width: 23px;
        content: "";
        top: 6px;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 100%
    }

    .customRadioBtns input[type=radio] {
        position: absolute;
        visibility: hidden
    }

    .customRadioBtns label {
        cursor: pointer;
        display: block;
        padding-left: 35px;
        font-family: HelveticaNeue-Bold;
        font-size: 1.125rem
    }

    .customRadioBtns input[type=radio]:checked ~ label .customRadio {
        border-color: #ff7900;
        -webkit-animation: customRadio-checked .4s forwards;
        animation: customRadio-checked .4s forwards
    }

@-webkit-keyframes customRadio-checked {
    0% {
        border: 5px solid #cbcbcb
    }

    25% {
        border: 2px solid #cbcbcb
    }

    50% {
        border: 9px solid #cbcbcb
    }

    100% {
        border: 7px solid #ff7900
    }
}

@keyframes customRadio-checked {
    0% {
        border: 5px solid #cbcbcb
    }

    25% {
        border: 2px solid #cbcbcb
    }

    50% {
        border: 9px solid #cbcbcb
    }

    100% {
        border: 7px solid #ff7900
    }
}

.selectLine .OrangeBtn:disabled {
    background-color: #ccc !important;
    opacity: 1;
    border-color: #ccc !important;
    cursor: not-allowed;
    margin-left: 2%;
    color: #fff !important;
    text-shadow: none
}

.selectLinePager .pagerNumbers input,
.selectLinePager input {
    min-width: 0;
    font-family: fontawesome;
    margin-right: 13px
}

.selectLinePager .prevArrow {
    background-color: #fff;
    font: 16px HelveticaNeue-Bold;
    line-height: 16px;
    margin-right: 13px;
    border: 2px #000 solid;
    padding: 6.5px 14.5px
}

    .selectLinePager .prevArrow:disabled {
        background-color: #fff;
        border: 2px solid #ccc;
        cursor: not-allowed
    }

        .selectLinePager .prevArrow:disabled + span:before {
            color: #ccc
        }

        .selectLinePager .prevArrow:disabled + span:hover:before {
            cursor: not-allowed
        }

.selectLinePager .nextArrow {
    background-color: #fff;
    font: 16px HelveticaNeue-Bold;
    line-height: 16px;
    margin-right: 13px;
    border: 2px #000 solid;
    padding: 6.5px 14.5px
}

    .selectLinePager .nextArrow:disabled {
        background-color: #fff;
        border: 2px #ccc solid;
        cursor: not-allowed
    }

        .selectLinePager .nextArrow:disabled + span:before {
            color: #ccc
        }

        .selectLinePager .nextArrow:disabled + span:hover:before {
            cursor: not-allowed
        }

.selectLinePager .fa {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    vertical-align: bottom
}

.selectLinePager .fa-angle-left::before,
.selectLinePager .fa-angle-right::before {
    position: absolute;
    bottom: 7px;
    right: 26px
}

.selectLinePager input[type=button]:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #000
}

.selectLinePager .pagerNumbers input:disabled {
    color: #fff !important;
    background-color: #ff7900;
    font: 16px HelveticaNeue-Bold;
    line-height: normal;
    line-height: 16px;
    border: #ff7900 2px solid;
    text-shadow: none
}

.selectLinePager input.nextArrow:disabled,
.selectLinePager input.prevArrow:disabled {
    border-color: #ccc !important
}

.selectLinePager .pagerNumbers input:disabled:hover {
    cursor: text;
    color: #fff !important;
    background-color: #ff7900;
    border: #ff7900 2px solid
}

.selectLinePager .pagerNumbers input:not(disabled) {
    color: #000 !important;
    background-color: #ccc;
    font: 16px HelveticaNeue-Bold;
    line-height: normal;
    line-height: 16px;
    border: #ccc 2px solid;
    text-shadow: none
}

    .selectLinePager .pagerNumbers input:not(disabled):hover {
        color: #fff !important;
        background-color: #000;
        border: #000 2px solid;
        cursor: pointer
    }

.documentsForm .documentsFormRow {
    width: 100%
}

    .documentsForm .documentsFormRow .documentsFormField {
        width: calc((100%/3) - 20px);
        float: left
    }

        .documentsForm .documentsFormRow .documentsFormField.fieldThirdWidth {
            width: calc((100%/9) - 13px);
            float: left
        }

        .documentsForm .documentsFormRow .documentsFormField.fieldThreeQuarterWidth {
            width: 65%
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormLabel label,
        .documentsForm .documentsFormRow .documentsFormField.fieldThirdWidth.documentsFormLabel label {
            font-size: 16px;
            font-family: HelveticaNeue-Bold;
            cursor: pointer
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl .documentsFormSelect {
            position: relative
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl input {
            width: 100%;
            height: 37px;
            border: 2px solid #ccc;
            padding: 0;
            border-radius: 0;
            box-sizing: border-box;
            background: 0 0;
            padding-left: 10px
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl select {
            width: 100%;
            height: 37px;
            border: 2px solid #ccc;
            padding: 0;
            text-indent: 5px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            box-sizing: border-box;
            background: 0 0;
            padding-left: 10px;
            text-indent: 0;
            font-size: 14px;
            font-family: HelveticaNeue-Bold;
            cursor: pointer
        }

            .documentsForm .documentsFormRow .documentsFormField .documentsFormControl input:focus,
            .documentsForm .documentsFormRow .documentsFormField .documentsFormControl select:focus {
                border-color: #ff7900
            }

            .documentsForm .documentsFormRow .documentsFormField .documentsFormControl select:disabled {
                cursor: not-allowed
            }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl .documentsFormSelect:before {
            width: 0;
            height: 0;
            right: 22px;
            content: "\f0d7";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            top: 11px;
            z-index: -1;
            font-size: 20px
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl select::-ms-expand {
            display: none
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormLabel.confirm span {
            line-height: 22px;
            font-size: 22px;
            font-family: HelveticaNeue-Bold
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl.confirm span {
            font-size: 16px;
            font-family: HelveticaNeue-Bold
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl.confirm.email {
            word-break: break-all
        }

        .documentsForm .documentsFormRow .documentsFormField .documentsFormControl.confirm {
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .documentsForm .documentsFormRow .documentsFormField.fullWidth {
            width: 100%
        }

        .documentsForm .documentsFormRow .documentsFormField.customerInfo .OrangeBtn {
            margin-left: 20px
        }

    .documentsForm .documentsFormRow.customerInfo .OrangeBtn {
        margin-left: 20px
    }

.fillForm .OrangeBtn:disabled {
    background-color: #ccc !important;
    opacity: 1;
    border-color: #ccc !important;
    cursor: not-allowed;
    margin-right: 2%;
    color: #fff !important;
    text-shadow: none
}

.mat-expansion-panel-header {
    padding: 6px 15px 6px 8px !important
}

.mat-expansion-indicator::after {
    content: '';
    display: inline-block !important;
    padding: 0 !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    border-top: 10px solid #fff !important;
    border-bottom: none !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important
}

.mat-accordion .mat-expansion-panel-header.mat-expanded .mat-expansion-indicator:after,
.mat-accordion .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-title h3 {
    border-top-color: #ff7900 !important
}

.mat-accordion .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-title h3 {
    color: #ff7900 !important
}

.MobileView .mat-expansion-indicator::after {
    border-top: 10px solid #000 !important
}

.mat-expansion-panel-header-title {
    padding: 10px 0
}

.securityShape.purchaseLineConfirm:before {
    position: static;
    font-size: 5rem;
    color: #50be87
}

.confirmTitle {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    font-size: 30px;
    font-family: HelveticaNeue-Bold
}

.securityShape.purchaseLineConfirm:before {
    position: static;
    font-size: 5rem;
    color: #50be87
}

.confirmTitle:after,
.confirmTitle:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    width: 100vh;
    height: 100%
}

.confirmTitle:before {
    left: 100%
}

.confirmTitle:after {
    right: 100%
}

.SummeryValDiv .SucessMsg {
    width: 40%
}

.selectPlan .ServiceRow .ServiceContainers {
    background-color: #000;
    border-top: 1px solid #fff
}

    .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDiv {
        border-top: none
    }

        .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDiv a,
        .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDiv span {
            color: #fff
        }

        .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDiv:before {
            border-top-color: #fff
        }

        .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDiv a:hover {
            color: #f16e00
        }

        .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDiv:hover a {
            color: #ff7900
        }

        .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDiv:hover:before {
            border-top-color: #ff7900
        }

    .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceTitleDivClicked a {
        color: #fff !important;
        text-decoration: none !important
    }

    .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceContentDivsWrapper .ServiceContentDiv {
        color: #fff
    }

        .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceContentDivsWrapper .ServiceContentDiv .onePageSliderHeader {
            border-bottom: 2px solid #fff;
            overflow: hidden;
            padding-top: 15px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

            .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceContentDivsWrapper .ServiceContentDiv .onePageSliderHeader .onePageSliderTabs ul li a.active,
            .selectPlan .ServiceRow .ServiceContainers .ServiceTitleDivCont .ServiceContentDivsWrapper .ServiceContentDiv .onePageSliderHeader .onePageSliderTabs ul li a:hover {
                color: #fff
            }

.tariffInfoWrp h3 {
    font-size: 2em;
    color: #f16e00 !important;
    margin-bottom: 15px
}

.tariffBenefits {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.tariffBenefitsItem:nth-of-type(3n-2) {
    clear: left
}

.tariffBenefitsItem {
    float: left;
    width: -webkit-calc(100% / 3 - .01px);
    width: calc(100% / 3 - .01px);
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

    .tariffBenefitsItem i {
        float: left;
        height: 70px;
        width: 70px;
        margin-right: 10px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        position: relative;
        text-align: center;
        font-size: 2.3em
    }

[class*=" orangeTariffPlan"],
[class*=icon-eagle-],
[class^=icon-eagle-],
[class^=orangeTariffPlan] {
    font-family: orangeTariffPlans !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tariffBenefitsItem i.orangeTariffPlanEagle {
    background-color: #a885d8
}

.tariffBenefitsItem .tariffBenefitsData {
    overflow: hidden
}

    .tariffBenefitsItem .tariffBenefitsData h4 {
        color: #fff !important;
        line-height: 1.2em
    }

    .tariffBenefitsItem .tariffBenefitsData .desc {
        color: #f16e00;
        font: 1.2em HelveticaNeue-Bold;
        white-space: nowrap;
        line-height: 1em;
        margin-top: 10px;
        display: block
    }

    .tariffBenefitsItem .tariffBenefitsData span.bigWord {
        font-size: 2.5em;
        line-height: 2.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tariffBenefitsItem .tariffBenefitsData p {
        color: #fff;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 5px;
        line-height: 1.4em !important
    }

.tariffBenefitsItem i:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000
}

.benefitsContent .tariffBtnsWrp .tariffBtn,
.tariffBtnsWrp {
    float: right;
    padding: 10px
}

    .tariffBtnsWrp .tariffBtn.BlackBtn {
        margin-right: 15px
    }

.onePageSliderHeader .onePageSliderTabs {
    float: right
}

    .onePageSliderHeader .onePageSliderTabs ul {
        list-style: none
    }

        .onePageSliderHeader .onePageSliderTabs ul li:first-child {
            margin-left: 0
        }

        .onePageSliderHeader .onePageSliderTabs ul li {
            display: inline-block;
            margin-left: 20px
        }

            .onePageSliderHeader .onePageSliderTabs ul li a.active,
            .onePageSliderHeader .onePageSliderTabs ul li a:hover {
                color: #fff
            }

            .onePageSliderHeader .onePageSliderTabs ul li a,
            .onePageSliderHeader .onePageSliderTabs ul li a:visited {
                font: 2em HelveticaNeue-Bold;
                color: #999;
                text-decoration: none !important;
                transition: all .15s;
                -webkit-transition: all .15s;
                -moz-transition: all .15s;
                -ms-transition: all .15s;
                -o-transition: all .15s
            }

.onePageSlider.tariffBenefitsSlider.benefitsContent {
    opacity: 0;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s
}

.tariffBenefitsItem i.orangeTariffPlanPanther {
    background-color: #ff7900
}

.tariffBenefitsItem i.orangeTariffPlanFox {
    background-color: #ffd200
}

.tariffBenefitsItem i.orangeTariffPlanDolphin {
    background-color: #4bb4e6
}

.tariffBenefitsInfo {
    min-height: 200px
}

.tariffInfoWrp .moreDetails {
    font-size: 14px;
    line-height: 18px
}

.selectLinePager {
    margin-bottom: 10px
}

.icon-Information .path1:before {
    content: "\e925";
    color: #ffd200;
    font-size: 4rem;
    font-family: securityShape
}

.icon-Information .path2:before {
    content: "\e926";
    color: #fff6b6;
    margin-left: -1.2880859375em;
    font-size: 4rem;
    font-family: securityShape
}

.icon-Information .path3:before {
    content: "\e927";
    color: #ffb400;
    margin-left: -1.2880859375em;
    font-size: 4rem;
    font-family: securityShape
}

.icon-Information .path4:before {
    content: "\e928";
    color: #ffb400;
    margin-left: -1.2880859375em;
    font-size: 4rem;
    font-family: securityShape
}

.icon-Information .path5:before {
    content: "\e929";
    color: #ffb400;
    margin-left: -1.2880859375em;
    font-size: 4rem;
    font-family: securityShape
}

.icon-Information .path6:before {
    content: "\e92a";
    color: #ffb400;
    margin-left: -1.2880859375em;
    font-size: 4rem;
    font-family: securityShape
}

.line-purchase-content h2 {
    font-size: 1.9rem !important
}

.selectPlan .swiper-container,
.swiper-wrapper {
    position: static !important
}

.selectPlan .swiper-button-next:after,
.selectPlan .swiper-button-prev:after {
    margin-top: -9px
}

.selectPlan #cdk-accordion-child-0 .swiper-button-next,
.selectPlan #cdk-accordion-child-0 .swiper-button-prev {
    top: 60% !important
}

.selectPlan #cdk-accordion-child-1 .swiper-button-next,
.selectPlan #cdk-accordion-child-1 .swiper-button-prev {
    top: 60% !important
}

.selectPlan #cdk-accordion-child-2 .swiper-button-next,
.selectPlan #cdk-accordion-child-2 .swiper-button-prev {
    top: 68% !important
}

.selectPlan .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -5% !important
}

.selectPlan .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -5% !important
}

.MargL2perc {
    margin-left: 2% !important
}

.MargL70 {
    margin-left: 70px
}

.MargL95 {
    margin-left: 95px
}

.border-bottom-none {
    border-bottom: none !important
}

.overflow-hidden {
    overflow: hidden
}

#divFillForm .WhiteBtn,
#divFillForm .WhiteBtn.Disabled,
#divFillForm .WhiteBtn.Disabled:active,
#divFillForm .WhiteBtn.Disabled:disabled,
#divFillForm .WhiteBtn.Disabled:hover,
#divSelectLine .WhiteBtn,
#divSelectLine .WhiteBtn.Disabled,
#divSelectLine .WhiteBtn.Disabled:active,
#divSelectLine .WhiteBtn.Disabled:disabled,
#divSelectLine .WhiteBtn.Disabled:hover,
#divSelectLocation .WhiteBtn,
#divSelectLocation .WhiteBtn.Disabled,
#divSelectLocation .WhiteBtn.Disabled:active,
#divSelectLocation .WhiteBtn.Disabled:disabled,
#divSelectLocation .WhiteBtn.Disabled:hover,
#divSuccessMsg .WhiteBtn,
#divSuccessMsg .WhiteBtn.Disabled,
#divSuccessMsg .WhiteBtn.Disabled:active,
#divSuccessMsg .WhiteBtn.Disabled:disabled,
#divSuccessMsg .WhiteBtn.Disabled:hover,
#divViewForm .WhiteBtn,
#divViewForm .WhiteBtn.Disabled,
#divViewForm .WhiteBtn.Disabled:active,
#divViewForm .WhiteBtn.Disabled:disabled,
#divViewForm .WhiteBtn.Disabled:hover,
.ConfirmDiv .WhiteBtn,
.ConfirmDiv .WhiteBtn.Disabled,
.ConfirmDiv .WhiteBtn.Disabled:active,
.ConfirmDiv .WhiteBtn.Disabled:disabled,
.ConfirmDiv .WhiteBtn.Disabled:hover,
.tariffInfoWrp .BlackBtn,
.tariffInfoWrp .BlackBtn.Disabled,
.tariffInfoWrp .BlackBtn.Disabled:active,
.tariffInfoWrp .BlackBtn.Disabled:disabled,
.tariffInfoWrp .BlackBtn.Disabled:hover {
    padding: 1px 16px 5px !important
}

.icon-Confirm2 .path1:before {
    content: "\e936";
    color: #50be87;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Confirm2 .path2:before {
    content: "\e937";
    color: #b8ebd6;
    margin-left: -.7646484375em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Confirm2 .path3:before {
    content: "\e938";
    color: #b8ebd6;
    margin-left: -.7646484375em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Confirm2 .path4:before {
    content: "\e939";
    color: #b8ebd6;
    margin-left: -.7646484375em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Confirm2 .path5:before {
    content: "\e93a";
    color: #b8ebd6;
    margin-left: -.7646484375em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Confirm2 .path6:before {
    content: "\e93b";
    color: #fff;
    margin-left: -.7646484375em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Confirm2 .path7:before {
    content: "\e93c";
    color: #0a6e31;
    margin-left: -.7646484375em;
    font-size: 5rem;
    font-family: securityShape
}

.state-wrapper .state-item .state-icon.icon-Confirm2 .path1:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Confirm2 .path2:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Confirm2 .path3:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Confirm2 .path4:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Confirm2 .path5:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Confirm2 .path6:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Confirm2 .path7:before {
    font-size: 2.5rem
}

.icon-Plan2 .path1:before {
    content: "\e93d";
    color: #d9c2f0;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Plan2 .path2:before {
    content: "\e93e";
    color: #d9c2f0;
    margin-left: -.6796875em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Plan2 .path3:before {
    content: "\e93f";
    color: #d9c2f0;
    margin-left: -.6796875em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Plan2 .path4:before {
    content: "\e940";
    color: #d9c2f0;
    margin-left: -.6796875em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Plan2 .path5:before {
    content: "\e941";
    color: #a885d8;
    margin-left: -.6796875em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Plan2 .path6:before {
    content: "\e942";
    color: #a885d8;
    margin-left: -.6796875em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Plan2 .path7:before {
    content: "\e943";
    color: #a885d8;
    margin-left: -.6796875em;
    font-size: 5rem;
    font-family: securityShape
}

.icon-Plan2 .path8:before {
    content: "\e944";
    color: #492191;
    margin-left: -.6796875em;
    font-size: 5rem;
    font-family: securityShape
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path1:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path2:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path3:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path4:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path5:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path6:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path7:before {
    font-size: 2.5rem
}

.state-wrapper .state-item .state-icon.icon-Plan2 .path8:before {
    font-size: 2.5rem
}

ngx-loading .backdrop {
    z-index: 999999999
}

ngx-loading .spinner-chasing-dots {
    z-index: 999999999
}

.icon-right-arrow:before {
    content: "\e931"
}

.icon-back:before {
    content: "\e932"
}

.icon-up-arrow:before {
    content: "\e933"
}

.icon-down-arrow:before {
    content: "\e934"
}

.icon-right-arrow:before {
    color: #fff;
    font-size: 1.3em
}

.caf-stores .inner-wrapper .stores .card .card-footer .direction {
    width: 100%;
    text-align: left !important
}

    .caf-stores .inner-wrapper .stores .card .card-footer .direction .securityShape:before {
        top: 7px;
        color: #fff;
        right: 0;
        left: 93px
    }

.caf-stores .inner-wrapper .row .custom-select {
    background: url(/en/PublishingImages/down-arrow.png) no-repeat 95% 15px !important
}

.caf-stores .ngx-pagination .current {
    background: #000 !important;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.caf-stores .ngx-pagination .pagination-next a::after,
.ngx-pagination .pagination-next.disabled::after,
.ngx-pagination .pagination-previous a::before,
.ngx-pagination .pagination-previous.disabled::before {
    display: none !important
}

.caf-stores li.pagination-next a:before {
    content: "\e931";
    font-family: securityShape
}

.caf-stores li.pagination-previous a:after {
    content: "\e932";
    font-family: securityShape
}

.caf-stores li.pagination-previous.disabled span:before {
    content: "\e932";
    font-family: securityShape
}

.caf-stores li.pagination-next.disabled span,
li.pagination-previous.disabled span {
    padding: .1875rem 1.3rem
}

    .caf-stores li.pagination-next.disabled span:before {
        content: "\e931";
        font-family: securityShape
    }

.caf-stores .ngx-pagination .pagination-next.disabled {
    padding: .1875rem 0 !important;
    max-width: 33px
}

.caf-stores .ngx-pagination a,
.ngx-pagination button {
    color: #261565
}

.icon-button-container {
    font-family: securityShape
}

    .icon-button-container .icon-edit-icon:before {
        font-size: 25px !important;
        color: #8f8f8f;
        cursor: pointer;
        position: absolute
    }

    .icon-button-container .icon-trash-icon:before {
        font-size: 23px !important;
        color: #8f8f8f;
        cursor: pointer;
        position: absolute
    }

    .icon-button-container .icon-trash-icon {
        margin-left: 6px
    }

    .icon-button-container .icon-edit-icon {
        margin-right: 6px
    }

    .icon-button-container .icon-input {
        font-family: securityShape !important;
        font-size: 30px !important;
        width: 30px;
        cursor: pointer;
        min-width: auto;
        padding: 0;
        background-color: transparent;
        position: relative
    }

.shadow-box-container {
    width: -webkit-calc(100%/3 - 14px);
    width: calc(100%/3 - 14px);
    margin-top: 30px;
    text-align: center;
    -webkit-box-shadow: 0 3px 4px 0 #d6d6d6;
    box-shadow: 0 3px 4px 0 #d6d6d6;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 8px 0;
    display: inline-block;
    border: 1px solid rgba(214, 214, 214, .5)
}

    .shadow-box-container:not(:nth-of-type(3n)) {
        margin-right: 10px
    }

.Max-Width-66 {
    max-width: 66.666667%
}

.MargT20 {
    margin-top: 20px
}

.securityShape.icon-IconChannels:before {
    position: static;
    font-size: 2rem;
    color: #fff
}

.securityShape.icon-IconSubType:before {
    position: static;
    font-size: 2rem;
    color: #fff
}

.securityShape.icon-IconPrice:before {
    position: static;
    font-size: 2rem;
    color: #fff
}

.bc-dark {
    background-color: #000;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    border-bottom: 2px solid #777
}

    .bc-dark::after,
    .bc-dark::before {
        content: "";
        background-color: #000;
        position: absolute;
        top: 0;
        width: 100vh;
        height: 100%;
        border-bottom: 2px solid #777
    }

    .bc-dark::before {
        left: 100%
    }

    .bc-dark::after {
        right: 100%
    }

form.emailSubForm {
    margin-bottom: 20px
}

.width-66 {
    width: 66.666667%
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.justify-content-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-self-flex-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.PackageItem .PackageContent .PackageIcon {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 1em !important
}

.PackageItem .securityShape {
    float: none
}

.PackageItem .DetailsBtn span {
    display: block;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.PackageItem .PackageContent .PackageBigText {
    font: 4em HelveticaNeue-Bold;
    line-height: .8em
}

.PackageItem .PackageContent .PriceUniit {
    font: 1.2em HelveticaNeue-Bold
}

.PackageItem .activeDetailsBtn span {
    border-bottom-color: #ff7900;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.emailSubForm .formField {
    width: 47%
}

    .emailSubForm .formField input {
        width: 100%;
        height: 33px;
        border: 2px solid #ccc;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: 0 0;
        padding-left: 10px
    }

.emailSubForm input[type=submit] {
    height: 37px;
    margin-top: 25px
}

.swiper-slide .channels-row-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
    padding: 0 65px
}

.swiper-slide .channels-row-container-two-rows {
    max-width: 51.9%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.swiper-slide .channels-row-container:first-child {
    margin-bottom: 10px
}

.swiper-slide .channels-row-container .channel-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 199px
}

    .swiper-slide .channels-row-container .channel-group img {
        width: 60px;
        height: 60px
    }

    .swiper-slide .channels-row-container .channel-group span {
        margin-left: 10px
    }

.swiper-pagination-bullet-active {
    background-color: #ff9700 !important
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important
}

.content-container .swiper-button-next,
.content-container .swiper-button-prev {
    background: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

swiper > .swiper.s-wrapper .swiper-pagination .swiper-pagination-handle .swiper-pagination-bullet.swiper-pagination-bullet-first,
swiper > .swiper.s-wrapper .swiper-pagination .swiper-pagination-handle .swiper-pagination-bullet.swiper-pagination-bullet-last {
    border: 0 !important;
    margin: 0 !important
}

swiper > .swiper.s-wrapper.swiper-container-horizontal > .swiper-scrollbar {
    display: none
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    content: '';
    width: 5px;
    height: 20px;
    display: block;
    background: #b2b2b2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.swiper-button-next:before,
.swiper-button-prev:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.swiper-button-next:after,
.swiper-button-prev:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.content-container .swiper-button-next:after,
.content-container .swiper-button-prev:after {
    margin-top: -9px
}

button.mat-accent.mat-fab {
    z-index: 50
}

.MyAccountDialPostion select.dropdown-list {
    width: 135px;
    border: 2px solid #d6d6d6
}

select.dropdown-list {
    overflow: hidden;
    height: 34px;
    text-indent: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-div {
    position: relative;
    height: 21.5px;
    background: #fff;
    float: left
}

    .select-div:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        right: 22px;
        top: 14px;
        margin: auto;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #000 transparent transparent transparent;
        pointer-events: none
    }

    .select-div select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000
    }

    .select-div select::-ms-expand {
        display: none
    }

@media all and (min-width:0\0) and (min-resolution:0.001dpcm) {
    .select-div select {
        padding-right: 0
    }

    .select-div:after,
    .select-div:before {
        display: none
    }
}

.topBanner {
    height: auto !important
}

.dropdown-item::after {
    transform: rotate(-45deg);
    float: right
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f60 !important;
    width: 20px;
    height: 20px
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important
}

.loyalty .owl-theme .owl-nav .owl-prev {
    right: 100%
}

.loyalty .owl-theme .owl-nav .owl-next {
    left: 100%
}

.loyalty .owl-theme .owl-dots {
    left: 25%
}

.redeem-points-special select {
    background-position: -webkit-calc(100% - 26px) 18px, -webkit-calc(100% - 21px) 18px, 100% 0;
    background-position: calc(100% - 26px) 18px, calc(100% - 21px) 18px, 100% 0;
    padding-left: 18px
}

.MargR20 {
    margin-right: 20px
}

.orange-big-word {
    color: #ff7900;
    font-size: 1.5rem;
    font-family: HelveticaNeue-Bold;
    line-height: 1.8rem
}

.orangeclr {
    color: #f60
}

.special-description .col-md-6 p {
    min-height: 112px
}

ul.GenContUI {
    margin-left: 19px
}

.detailswrapper div.col-md-8,
.special-description div.col-md-8 {
    font-size: 1rem
}

.selectPlan .swiper-container .swiper-button-next,
.selectPlan .swiper-container .swiper-button-prev {
    background-image: none !important
}

.selectPlan .swiper-container .swiper-button-prev {
    left: -5% !important
}

h6.d-inline-block.mb-2 {
    width: 75%
}

.card .card-body h6 {
    line-height: 1.5 !important
}

.keys-container {
    margin-top: 20px !important
}

    .keys-container div.radioBtnItem {
        position: relative;
        display: inline;
        width: 33.333%;
        margin-left: 17px
    }

        .keys-container div.radioBtnItem input[type=radio] {
            position: absolute;
            visibility: hidden
        }

        .keys-container div.radioBtnItem .label span.keyTitle {
            font-weight: 600
        }

        .keys-container div.radioBtnItem .label span.activeKey {
            line-height: 1.5em;
            display: block
        }

        .keys-container div.radioBtnItem .label {
            cursor: pointer;
            display: block
        }

        .keys-container div.radioBtnItem .bullet {
            position: absolute;
            border: 5px solid #d6d6d6;
            height: 15px;
            width: 15px;
            content: "";
            top: 7px;
            left: -10%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 100%
        }

.label div {
    padding-left: 30px
}

.keys-container .radioBtnItem input[type=radio]:checked ~ label .bullet {
    border-color: #ff7900;
    -webkit-animation: radio-checked .5s forwards;
    animation: radio-checked .5s forwards
}

@-webkit-keyframes radio-checked {
    0% {
        border: 5px solid #aaa
    }

    25% {
        border: 2px solid #aaa
    }

    50% {
        border: 7px solid #aaa
    }

    100% {
        border: 5px solid #ff7900
    }
}

@keyframes radio-checked {
    0% {
        border: 5px solid #aaa
    }

    25% {
        border: 2px solid #aaa
    }

    50% {
        border: 7px solid #aaa
    }

    100% {
        border: 5px solid #ff7900
    }
}

.businessPro.TabsContainer .SubGeneralTab li {
    padding: 0
}

    .businessPro.TabsContainer .SubGeneralTab li a {
        padding: 10px 25px;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        text-decoration: none;
        height: 78px
    }

    .businessPro.TabsContainer .SubGeneralTab li.active a {
        color: #f16e00
    }

.businessPro.TabsContainer .GeneralTab li {
    padding: 0
}

    .businessPro.TabsContainer .GeneralTab li a {
        padding: 10px 25px;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        text-decoration: none
    }

    .businessPro.TabsContainer .GeneralTab li.active a {
        color: #f16e00
    }

.OrangeControlPlus {
    width: 91px;
    height: 91px;
    background: url(/style%20library/orangeimages/OrangeControlPusEn-91.png) no-repeat
}

#Offers.newOffers::before,
#Services.newServices::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 700px;
    background-color: #000;
    left: 0;
    z-index: -1;
    margin-top: -88px
}

#Offers.newOffers #OffersCarousel {
    padding-top: 20px
}

#Offers .owl-carousel .owl-controls .owl-nav .owl-next:before,
#Offers.newOffers .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    color: #fff
}

#Offers.newOffers .owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
#Offers.newOffers .owl-carousel .owl-controls .owl-nav .owl-prev:hover:before {
    color: #ff7900
}

#Offers.newOffers .OfferListOfferContainer.item {
    border: 3px solid #fff
}

#Offers.newOffers .OfferBrief {
    font-family: HelveticaNeue-Bold !important
}

#Offers.newOffers a.BlackBtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box
}

#Services.newServices .ServiceItem {
    border: 3px solid #fff;
    width: 215px
}

label.width30 {
    width: 30%;
    display: inline-block;
    margin-right: 20px
}

    label.width30 img {
        max-width: 50%
    }

.w-100 {
    width: 100% !important
}

.PosRel {
    position: relative
}

.MargR10 {
    margin-right: 10px !important
}

.latest-devices .WhiteBtn,
.latest-devices .WhiteBtn.Disabled,
.latest-devices .WhiteBtn.Disabled:active,
.latest-devices .WhiteBtn.Disabled:disabled,
.latest-devices .WhiteBtn.Disabled:hover {
    padding: 5px 16px 5px !important
}

.latest-devices .popupdiv .PopUPSubCont .PopClose:after,
.popupdiv #dvPurchase .PopClose:after {
    margin-left: 0
}

@media screen and (min-width:769px) {

    #divOrangeBanner #anchBanner .banner-desc,
    #divOrangeBanner #anchBanner img,
    #divOrangeCashBanner #anchOrangeCashBanner img {
        display: none
    }

    #divOrangeBanner #anchBanner,
    #divOrangeCashBanner #anchOrangeCashBanner {
        display: block
    }
}

@media screen and (max-width:768px) {

    #divOrangeBanner,
    #divOrangeCashBanner {
        position: fixed;
        z-index: 6000;
        bottom: 0
    }

        #divOrangeBanner #anchBanner,
        #divOrangeCashBanner #anchOrangeCashBanner {
            display: block
        }

    #s4-bodyContainer {
        padding-bottom: 29%
    }

    #divOrangeBanner #anchBanner img,
    #divOrangeCashBanner #anchOrangeCashBanner img {
        width: 100%;
        display: block
    }

    #divOrangeBanner #anchBanner {
        position: relative
    }

        #divOrangeBanner #anchBanner .banner-desc {
            position: absolute;
            top: 15%;
            left: 22%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            min-height: 14vw;
            width: 44vw
        }

            #divOrangeBanner #anchBanner .banner-desc .banner-small-font:first-child {
                margin-bottom: 5%
            }

            #divOrangeBanner #anchBanner .banner-desc span {
                width: 44vw
            }
}

@media screen and (max-width:1024px) and (min-width:850px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: 2rem;
        color: #000;
        line-height: 2rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: 3rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: 3rem
    }
}

@media screen and (max-width:849px) and (min-width:700px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: 1.5rem;
        color: #000;
        line-height: 1.5rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: 2.5rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: 2.5rem
    }
}

@media screen and (max-width:699px) and (min-width:555px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: 1.2rem;
        color: #000;
        line-height: 1.2rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: 1.8rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: 1.8rem
    }
}

@media screen and (max-width:554px) and (min-width:450px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:first-child {
        margin-bottom: 0
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: 1rem;
        color: #000;
        line-height: 1rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: 1.5rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: 1.5rem
    }
}

@media screen and (max-width:449px) and (min-width:400px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:first-child {
        margin-bottom: 0
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: .9rem;
        color: #000;
        line-height: .9rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: 1.2rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: 1.2rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:last-child {
        line-height: .5rem
    }
}

@media screen and (max-width:399px) and (min-width:340px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:first-child {
        margin-bottom: 5px
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: .9rem;
        color: #000;
        line-height: .9rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: 1.2rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: 1.2rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:last-child {
        line-height: .5rem
    }
}

@media screen and (max-width:339px) and (min-width:300px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:first-child {
        margin-bottom: 0
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: .8rem;
        color: #000;
        line-height: .8rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: 1rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: 1rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:last-child {
        line-height: .4rem
    }
}

@media screen and (max-width:299px) {
    #divOrangeBanner #anchBanner .banner-desc .banner-small-font:first-child {
        margin-bottom: 0
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-small-font {
        font-family: HelveticaNeue-Bold;
        display: block;
        font-size: .6rem;
        color: #000;
        line-height: .6rem
    }

    #divOrangeBanner #anchBanner .banner-desc .banner-big-font {
        font-size: .8rem;
        font-family: HelveticaNeue-Bold;
        color: #000;
        line-height: .8rem
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {

    #divOrangeBanner,
    #divOrangeCashBanner {
        position: fixed;
        z-index: 6000;
        bottom: 0
    }

        #divOrangeBanner #anchBanner {
            position: relative
        }

            #divOrangeBanner #anchBanner .banner-desc {
                position: absolute;
                top: 15%;
                left: 22%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                min-height: 14vw;
                width: 44vw
            }

                #divOrangeBanner #anchBanner .banner-desc span {
                    width: 44vw
                }

                #divOrangeBanner #anchBanner .banner-desc .banner-small-font:first-child {
                    margin-bottom: 5%
                }

        #divOrangeBanner #anchBanner,
        #divOrangeCashBanner #anchOrangeCashBanner {
            display: block
        }

    #s4-bodyContainer {
        padding-bottom: 29%
    }

    #divOrangeBanner #anchBanner img,
    #divOrangeCashBanner #anchOrangeCashBanner img {
        width: 100%;
        display: block
    }
}

@media print {

    #BreadcrumbDiv,
    #CartIcon,
    #Dashboard,
    #FooterBg,
    #FooterLinks,
    #MainContLeftNav,
    #MiniCart,
    #SearchFooter,
    #divOrangeBanner,
    #smartbanner,
    .BottonCont,
    .ListingBtn,
    .MyshopFindStoreContainer,
    .MyshopSearchContainer,
    .RelProdCont,
    .RelatedCont,
    .feedbackContainer,
    .highslide-container,
    .noprint {
        display: none
    }

    .print {
        display: block !important
    }

    #MainContRightBrd {
        width: 100%
    }

    body {
        overflow: visible
    }

    #s4-workspace {
        overflow: visible !important;
        width: auto !important;
        height: auto !important
    }
}

.AlertCont .error-box,
.AlertCont .success-box {
    border: 0 !important;
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 40px !important
}

    .AlertCont .error-box p span,
    .AlertCont .success-box p span {
        font-weight: 700;
        margin-bottom: 25px;
        display: block
    }

    .AlertCont .error-box .message a {
        display: inline-block !important
    }

        .AlertCont .error-box .message a:first-of-type {
            margin-right: 20px
        }

    .AlertCont .error-box p.icon {
        background: url('/Style Library/OrangeImages/new-error-icon.png') no-repeat !important;
        height: 40px !important;
        display: block !important;
        width: 40px !important;
        padding: 0 !important;
        margin-right: 15px !important
    }

    .AlertCont .error-box > span {
        font-size: 2.8em;
        color: #cd3c14;
        font-weight: 700;
        margin-bottom: 25px !important;
        display: block;
        line-height: 40px !important
    }

    .AlertCont .success-box > span {
        font-size: 2.8em;
        font-weight: 700;
        margin-bottom: 25px !important;
        display: block;
        line-height: 40px !important
    }

    .AlertCont .error-box .message,
    .AlertCont .success-box .message {
        padding: 0 !important;
        overflow: hidden
    }

    .AlertCont .success-box .message {
        display: inline-block;
        max-width: 68%
    }

    .AlertCont .success-box a {
        float: right !important;
        display: inline-block;
        margin-left: 20px;
        margin-right: 0
    }

@media screen and (max-width:992px) {
    .AlertCont .error-box .message a {
        float: none !important;
        margin-bottom: 10px !important
    }
}

@media screen and (max-width:640px) {
    .AlertCont .error-box .message a {
        display: block !important;
        float: none !important;
        width: 99%;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    .AlertCont .error-box p.icon {
        display: none !important
    }

    .AlertCont .success-box a {
        display: block !important;
        float: none !important;
        width: 99%;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    .AlertCont .success-box .message {
        display: block;
        max-width: 100%
    }
}

.IntBuAvailable {
    margin: 30px auto 0 !important;
    width: calc(100% / 3)
}

    .IntBuAvailable .InterPackRadioDetail {
        width: 100px;
        margin: auto
    }

        .IntBuAvailable .InterPackRadioDetail .InterPackRadioDtlMarg2 {
            z-index: 100;
            text-align: center;
            margin: 0 !important
        }

        .IntBuAvailable .InterPackRadioDetail .Width60Ar {
            width: 100px;
            height: 40px;
            overflow: hidden
        }

.package-overflow {
    overflow: hidden
}

.MainBucketBox {
    border-bottom: 1px solid #eee
}

    .MainBucketBox .RenDateLineH {
        line-height: unset
    }

.InterPacOnlineButtons {
    margin-top: 20px !important;
    overflow: hidden
}

.MainBucketBox .InterOnDetailsAnc {
    margin-right: 5px
}

.single-go-btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 10px 20px;
    border-bottom: 1px solid #eee
}

#divOptions {
    overflow: hidden;
    width: 100%
}

.InternetConsumCont {
    width: 100%
}

    .InternetConsumCont span:first-of-type {
        display: block
    }

.DetailsFont span.InterOnDetailsAnc[id$=lblBucketNameTitle] {
    display: block
}

.ExtendButtonInter div {
    margin-right: 10px
}

.pi-chevron-down:before {
    display: none
}

.ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon {
    margin-top: -.6em !important
}

    .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon::after {
        content: "";
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

.bg-white {
    background-color: #fff
}

#divAddPopup,
#divSecandAddPopup,
.popupWrapper,
[id*=divPopupConfirm] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-animation: entering-bg-semi .3s;
    animation: entering-bg-semi .3s
}

input#inputNumber {
    border: 1px solid #ccc
}

.popupdiv {
    border: 1px solid #ccc
}

.minimizedHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-animation: smoothScroll .1s both;
    animation: smoothScroll .1s both
}

    .minimizedHeader .HpOrangeSearch {
        position: static
    }

    .minimizedHeader .OrangeLogo {
        width: 30px;
        height: 30px;
        background-size: contain;
        margin-top: 0;
        background: url("/Style Library/OrangeImages/OrangeLogo_small.png")
    }

    .minimizedHeader .mainMegaMenu {
        margin-top: 5px
    }

    .minimizedHeader .megaMenuWrapper {
        height: 0
    }

.megaMenuWrapper {
    transition: .2s all;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all
}

#divPersonalBusiness {
    -webkit-animation: smooth .5s forwards;
    animation: smooth .5s forwards
}

.smoothOpacity {
    -webkit-animation: smoothOpacity .2s .2s both;
    animation: smoothOpacity .2s .2s both
}

.minimizedHeader .subMegaMenu {
    top: 36px
}

.minimizedHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-animation: smoothScroll .5s both;
    animation: smoothScroll .5s both
}

#minimizedMenu {
    position: absolute;
    width: inherit;
    max-width: 1110px
}

.minimizedHeader .ShoppinCartOange {
    left: -37px
}

.minimizedHeader .searchWrapper {
    top: 0
}

.minimizedHeader .mainMegaMenu > li.mainMegaMenuSelected .subMegaMenu {
    z-index: 9999
}

.minimizedHeader .subMegaMenu,
.minimizedHeader .subMegaMenuItem {
    list-style: none
}

.minimizedHeader #HP-MainTabs .authSignOutWrapper {
    right: -15px
}

.minimizedHeader #HP-MainTabs .authLinkClicked:before {
    right: -5px
}

.minimizedHeader #HP-MainTabs .SignInDefIc,
.minimizedHeader .SignInDefIc {
    margin-right: 10px
}

.minimizedHeader div#GSM_Portal_OrangeMenu_divSearchIcon {
    margin-right: 40px;
    margin-top: 6px
}

.minimizedHeader #HP-MainTabs .authLink {
    padding-right: 30px !important
}

.FindStoreTxt,
.MyAccountSignInTxt,
.ShoppingCartTxt {
    -webkit-animation: smooth .5s forwards;
    animation: smooth .5s forwards
}

@-webkit-keyframes smoothOpacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes smoothOpacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes smooth {
    0% {
        opacity: .5
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 1
    }
}

@keyframes smooth {
    0% {
        opacity: .5
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 1
    }
}

.CorporateBillContainerClass a.OrangeBtn {
    border: 3px solid #f16e00 !important;
    color: #fff !important
}

.CorporateBillContainerClass a.WhiteBtn {
    padding: 2px 16px 5px !important
}

    .CorporateBillContainerClass a.OrangeBtn:hover,
    .CorporateBillContainerClass a.WhiteBtn:hover {
        color: #fff !important
    }

.CorporateBillContainerClass .GeneralLink a {
    text-decoration: none !important;
    font-family: HelveticaNeue-Bold !important
}

.TariffTableClasses.dbUnder640 tr td:first-child,
.TariffTableClasses.dbUnder640 tr th:first-child,
.TariffTableClasses.dnUnder640 tr td:first-child,
.TariffTableClasses.dnUnder640 tr th:first-child {
    width: auto
}

.dnUnder640 {
    display: block
}

.dbUnder640 {
    display: none
}

table.dnUnder640 {
    display: table
}

table.dbUnder640 {
    display: none
}

.UControlGrid td:first-child {
    width: 380px !important
}
